Run flake8 against python scripts
This commit is contained in:
parent
70b2a68f34
commit
663ba19c8b
@ -8,6 +8,11 @@ steps:
|
|||||||
- shellcheck abra
|
- shellcheck abra
|
||||||
- shellcheck bin/*.sh
|
- shellcheck bin/*.sh
|
||||||
|
|
||||||
|
- name: run flake8
|
||||||
|
image: alpine/flake8:3.9.0
|
||||||
|
commands:
|
||||||
|
- flake8 bin/app-json.py
|
||||||
|
|
||||||
- name: run unit tests
|
- name: run unit tests
|
||||||
image: decentral1se/docker-dind-bats-kcov
|
image: decentral1se/docker-dind-bats-kcov
|
||||||
commands:
|
commands:
|
||||||
|
Reference in New Issue
Block a user