mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Run flake8 in CI
This commit is contained in:
parent
f534d295c0
commit
5d4bb3c464
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -28,3 +28,6 @@ jobs:
|
||||
- name: Validate minimum required version
|
||||
run: |
|
||||
vermin --target=3.6 --no-tips .
|
||||
- name: Check style
|
||||
run: |
|
||||
flake8
|
||||
|
Loading…
Reference in New Issue
Block a user