mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2026-05-23 23:41:24 +02:00
ci(travis): run salt-lint for .tst files as well
This commit is contained in:
parent
8ae46e5d49
commit
baab964f16
@ -50,7 +50,7 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
# Install and run `salt-lint`
|
# Install and run `salt-lint`
|
||||||
- pip install --user salt-lint
|
- pip install --user salt-lint
|
||||||
- git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$'
|
- git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$'
|
||||||
| xargs -I {} salt-lint {}
|
| xargs -I {} salt-lint {}
|
||||||
# Install and run `yamllint`
|
# Install and run `yamllint`
|
||||||
# Need at least `v1.17.0` for the `yaml-files` setting
|
# Need at least `v1.17.0` for the `yaml-files` setting
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user