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 e285ead
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions __test__/verify-no-unstaged-changes.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/bash
# from https://github.com/actions/checkout/blob/25a956c84d5dd820d28caab9f86b8d183aeeff3d/__test__/verify-no-unstaged-changes.sh

git add .

if [[ "$(git status --porcelain)" != "" ]]; then
DIFF=$(git diff --ignore-all-space)
if [[ '$DIFF' ]]; then
echo ----------------------------------------
echo git status
echo ----------------------------------------
Expand Down

0 comments on commit e285ead

Please # to comment.