From 73dc9d227c23b8b59d8df4b0e92fa20a964ef6ec Mon Sep 17 00:00:00 2001 From: Maurizio Porrato Date: Wed, 28 Sep 2022 09:02:27 +0100 Subject: [PATCH] CI: remove awk lint step --- .woodpecker/lint.yml | 5 ----- 1 file changed, 5 deletions(-) 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