📦 Chore(custom): update workflow

This commit is contained in:
Kuingsmile 2024-07-07 14:55:38 +08:00
parent 7e18c5dbe4
commit a2be295c8d

View File

@ -27,6 +27,11 @@ jobs:
os: [ubuntu-latest, macos-12, windows-latest]
steps:
- name: Set up git config
run: |
git config --global core.autocrlf false
- name: Check out git repository
uses: actions/checkout@v2