From d688b8fd77ee7b920b164c2ef4494294e9f2e393 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 May 2024 14:08:15 +0200 Subject: [PATCH] ci: fix --- .woodpecker/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 199fc63..0b425d2 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,13 +19,13 @@ steps: pylint: image: wpengine/pylint:terraform-1.8.2 commands: - - pylint . + - pylint app.py when: - event: [push, pull_request] evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' shellcheck: - image: "koalaman/shellcheck-alpine:v0.10.0" + image: koalaman/shellcheck-alpine:v0.10.0 commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do