gitea-formula/.woodpecker.yml
Gregory Ballantine e43a648a09
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added woodpecker config for running salt-lint
2023-10-14 19:03:11 -04:00

6 lines
156 B
YAML

pipeline:
lint:
image: warpnetbv/salt-lint:v0.9.2
commands:
- 'find . -type f -name "*.sls" -print0 | xargs -0 --no-run-if-empty salt-lint'