Skip to content

Commit

Permalink
Fix eol issues in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Obi-Dann committed Apr 13, 2021
1 parent 6b119da commit bcf5b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions __test__/verify-no-unstaged-changes.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bcf5b51

Please # to comment.