Forgot workflows key

This commit is contained in:
Kovid Goyal 2019-01-25 12:11:28 +05:30
parent ed8edf3e4c
commit 1a29de5ac9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -7,3 +7,9 @@ jobs:
- checkout
- run: if grep -Inr '\s$' kitty kitty_tests kittens docs *.py *.asciidoc *.rst .gitattributes .gitignore; then echo Trailing whitespace found, aborting.; exit 1; fi
- run: flake8 --count .
workflows:
version: 2
all_jobs:
jobs:
- linux-system-python