mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +02:00
ci: detect trailing whitespace (#7013)
This commit is contained in:
@@ -1103,4 +1103,5 @@ jobs:
|
||||
}
|
||||
- name: Run cargo-spellcheck
|
||||
run: cargo spellcheck --code 1
|
||||
|
||||
- name: Detect trailing whitespace
|
||||
run: if grep --exclude-dir=.git --exclude-dir=target -re '\s$' . ; then exit 1; fi
|
||||
|
||||
Reference in New Issue
Block a user