We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaadddb commit 9310ce3Copy full SHA for 9310ce3
.github/workflows/pull-request.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Check worktree clean
46
run: |
47
git update-index -q --refresh
48
- if ! git diff-files --quiet; then
+ if ! git diff-files --quiet --ignore-space-at-eol; then
49
>&2 echo "error: working tree is not clean, aborting!"
50
git status
51
git diff
0 commit comments