diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 0b164d1..8779848 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -5,11 +5,6 @@ pipeline: group: lint commands: - find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -t -n1 shellcheck - awk-lint: - image: registry.access.redhat.com/ubi9 - group: lint - commands: - - find . -name .git -type d -prune -o -type f -name \*.awk -print0 | xargs -0 -r -t -n1 gawk --lint=no-ext -f hadolint: image: pipelinecomponents/hadolint group: lint