aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/lint.yml')
-rw-r--r--.woodpecker/lint.yml8
1 files changed, 8 insertions, 0 deletions
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: