diff options
| author | Michael Grote | 2024-05-08 14:07:10 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-05-08 14:07:10 +0200 |
| commit | f0db0112b29dc50d178d60ebeff328d1d8a4ab0b (patch) | |
| tree | a5d525dfee2d37ff6c7a759643018f373e72a90e /.woodpecker | |
| parent | 1ca21a7f8818d0b90a098e555d596071f5412f46 (diff) | |
ci: add pylint
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/lint.yml | 8 |
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: |