CI: remove awk lint step
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/docker Pipeline was successful Details

This commit is contained in:
Maurizio Porrato 2022-09-28 09:02:27 +01:00
parent 131bdc50fc
commit 73dc9d227c
1 changed files with 0 additions and 5 deletions

View File

@ -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