Added woodpecker config for running salt-lint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
89c831edb1
commit
e43a648a09
5
.woodpecker.yml
Normal file
5
.woodpecker.yml
Normal 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'
|
Loading…
Reference in New Issue
Block a user