aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2021-04-05 19:24:21 +1000
committerBen V. Brown <[email protected]>2021-04-05 19:24:21 +1000
commita472641a397a569900a5dc13eb8bee9996a89ae1 (patch)
tree2b644881b069b0398d9adce0ce2a2787403d9fbe /.github
parentd9100d162528ac63fa7063eaea57c2752cff098e (diff)
downloadIronOS-a472641a397a569900a5dc13eb8bee9996a89ae1.tar.gz
IronOS-a472641a397a569900a5dc13eb8bee9996a89ae1.zip
Add basic flake8
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 5f067daa..ea053cbd 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -87,3 +87,6 @@ jobs:
- name: Check python formatting with black
run: black --check Translations
+
+ - name: Check python with flake8
+ run: flake8 Translations