Run flake8 against python scripts

This commit is contained in:
decentral1se 2021-04-02 15:42:28 +02:00
parent 70b2a68f34
commit 663ba19c8b
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ steps:
- shellcheck abra
- shellcheck bin/*.sh
- name: run flake8
image: alpine/flake8:3.9.0
commands:
- flake8 bin/app-json.py
- name: run unit tests
image: decentral1se/docker-dind-bats-kcov
commands: