ci: add pylint
This commit is contained in:
parent
1ca21a7f88
commit
f0db0112b2
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@ steps:
|
|||
- event: [push, pull_request]
|
||||
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
||||
|
||||
pylint:
|
||||
image: wpengine/pylint:terraform-1.8.2
|
||||
commands:
|
||||
- pylint .
|
||||
when:
|
||||
- event: [push, pull_request]
|
||||
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
||||
|
||||
shellcheck:
|
||||
image: "koalaman/shellcheck-alpine:v0.10.0"
|
||||
commands:
|
||||
|
|
Reference in a new issue