Skip to content

Commit

Permalink
ci: detect trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Dec 4, 2024
1 parent 0b31c2f commit 5849d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1103,4 +1103,5 @@ jobs:
}
- name: Run cargo-spellcheck
run: cargo spellcheck --code 1

- name: Detect trailing whitespace
run: grep --exclude-dir=.git --exclude-dir=target -re '\s$' .

0 comments on commit 5849d20

Please sign in to comment.