aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
diff options
context:
space:
mode:
authorMichael Grote2024-05-08 14:07:10 +0200
committerMichael Grote2024-05-08 14:07:10 +0200
commitf0db0112b29dc50d178d60ebeff328d1d8a4ab0b (patch)
treea5d525dfee2d37ff6c7a759643018f373e72a90e /.woodpecker/lint.yml
parent1ca21a7f8818d0b90a098e555d596071f5412f46 (diff)
ci: add pylint
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: