diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index b583ab4..aa93fb9 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -100,7 +100,5 @@ 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