chore: disable auto crlf in unit tests

This commit is contained in:
peterwoodworth
2023-06-30 16:11:12 -07:00
parent fb67439785
commit 7b90497500

View File

@@ -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