From a2be295c8d529bde8a6f1898cbff4e22159a676e Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Sun, 7 Jul 2024 14:55:38 +0800 Subject: [PATCH] :package: Chore(custom): update workflow --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ebfe9f8..0b474bbb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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