Skip to content

Commit

Permalink
Run flake8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Dec 27, 2022
1 parent f534d29 commit 5d4bb3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
- name: Validate minimum required version
run: |
vermin --target=3.6 --no-tips .
- name: Check style
run: |
flake8

0 comments on commit 5d4bb3c

Please sign in to comment.