Added woodpecker CI config

This commit is contained in:
Gregory Ballantine 2023-12-12 13:14:39 -05:00
parent 20cfa0a3ca
commit dc230e5449

6
.woodpecker.yml Normal file
View File

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