From 2642e70fc89f279b8ff7dab8e3bae73c6ef5b79a Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 14 Apr 2022 01:08:20 +0800 Subject: [PATCH] Fix auto test failed due to autocrlf --- .github/workflows/auto-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index e01c02cee..269e30854 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -20,6 +20,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: + - run: git config --global core.autocrlf false # Mainly for Windows - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}