diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6981838..1657f0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,8 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: + - run: | + git config --global core.autocrlf true - uses: actions/checkout@v2 - run: | npm ci diff --git a/__test__/verify-no-unstaged-changes.sh b/__test__/verify-no-unstaged-changes.sh index a53fca9..27a9862 100755 --- a/__test__/verify-no-unstaged-changes.sh +++ b/__test__/verify-no-unstaged-changes.sh @@ -1,8 +1,6 @@ #!/bin/bash # from https://github.com/actions/checkout/blob/25a956c84d5dd820d28caab9f86b8d183aeeff3d/__test__/verify-no-unstaged-changes.sh -git add . - if [[ "$(git status --porcelain)" != "" ]]; then echo ---------------------------------------- echo git status