From f0db0112b29dc50d178d60ebeff328d1d8a4ab0b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 May 2024 14:07:10 +0200 Subject: ci: add pylint --- .woodpecker/lint.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.woodpecker/lint.yml') 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: -- cgit v1.2.3