1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Run flake8 in CI

This commit is contained in:
Ivan Habunek 2022-12-27 12:16:18 +01:00
parent f534d295c0
commit 5d4bb3c464
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D

View File

@ -28,3 +28,6 @@ jobs:
- name: Validate minimum required version
run: |
vermin --target=3.6 --no-tips .
- name: Check style
run: |
flake8