Compare commits

..

2 Commits
v0.2.4 ... main

Author SHA1 Message Date
0498d593c3 Fixed linter error
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2023-10-14 19:18:39 -04:00
e43a648a09 Added woodpecker config for running salt-lint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-14 19:03:11 -04:00
2 changed files with 6 additions and 1 deletions

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'