Added woodpecker config for running salt-lint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2023-10-14 19:03:11 -04:00
parent 89c831edb1
commit e43a648a09

5
.woodpecker.yml Normal file
View File

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