Do whitespace check on CircleCI
This commit is contained in:
parent
42e05c5ad2
commit
93d2d30867
1 changed files with 1 additions and 0 deletions
|
|
@ -6,3 +6,4 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: echo "A first hello"
|
||||
- run: if grep -Inr '\s$' kitty kitty_tests kittens docs *.py *.asciidoc *.rst .gitattributes .gitignore; then echo Trailing whitespace found, aborting.; exit 1; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue