diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 8d2307b..199fc63 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -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: