package-cache/.woodpecker/lint.yml
Maurizio Porrato 73dc9d227c
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
CI: remove awk lint step
2022-09-28 09:02:27 +01:00

13 lines
426 B
YAML

---
pipeline:
shellcheck:
image: pipelinecomponents/shellcheck
group: lint
commands:
- find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -t -n1 shellcheck
hadolint:
image: pipelinecomponents/hadolint
group: lint
commands:
- find . -name .git -type d -prune -o -type f \( -name Dockerfile\* -or -name Containerfile\* \) -print0 | xargs -0 -r -t -n1 hadolint