diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index aa93fb9..b583ab4 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -100,5 +100,7 @@ jobs: node-version: ${{ matrix.node }} - name: "Install dependencies" uses: bahmutov/npm-install@v1 + - name: "Disable auto CRLF" + run: git config --global core.autocrlf false - name: "Run tests" run: npm run test --if-present