ci(travis): run `salt-lint` for `.tst` files as well

This commit is contained in:
Imran Iqbal 2019-10-15 05:46:43 +01:00
parent 8ae46e5d49
commit baab964f16
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
script:
# Install and run `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 {}
# Install and run `yamllint`
# Need at least `v1.17.0` for the `yaml-files` setting