Skip to content

Commit 9310ce3

Browse files
committed
add
1 parent aaadddb commit 9310ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Check worktree clean
4646
run: |
4747
git update-index -q --refresh
48-
if ! git diff-files --quiet; then
48+
if ! git diff-files --quiet --ignore-space-at-eol; then
4949
>&2 echo "error: working tree is not clean, aborting!"
5050
git status
5151
git diff

0 commit comments

Comments
 (0)