Added woodpecker CI config
This commit is contained in:
parent
20cfa0a3ca
commit
dc230e5449
6
.woodpecker.yml
Normal file
6
.woodpecker.yml
Normal 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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user