Skip to content

Commit 5849d20

Browse files
committed
ci: detect trailing whitespace
1 parent 0b31c2f commit 5849d20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,4 +1103,5 @@ jobs:
11031103
}
11041104
- name: Run cargo-spellcheck
11051105
run: cargo spellcheck --code 1
1106-
1106+
- name: Detect trailing whitespace
1107+
run: grep --exclude-dir=.git --exclude-dir=target -re '\s$' .

0 commit comments

Comments
 (0)