mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 01:28:19 +03:00
Forgot workflows key
This commit is contained in:
parent
ed8edf3e4c
commit
1a29de5ac9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user