jellyfin-formula/.woodpecker.yml

7 lines
157 B
YAML
Raw Normal View History

2023-12-12 13:14:39 -05:00
pipeline:
lint:
image: warpnetbv/salt-lint:v0.9.2
commands:
- 'find . -type f -name "*.sls" -print0 | xargs -0 --no-run-if-empty salt-lint'