ci(travis): quote pathspecs used with git ls-files
[skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/107
This commit is contained in:
parent
e09c822165
commit
f9f8f13693
@ -37,7 +37,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 -- *.sls *.jinja *.j2 *.tmpl *.tst
|
- git ls-files -- '*.sls' '*.jinja' '*.j2' '*.tmpl' '*.tst'
|
||||||
| xargs salt-lint
|
| xargs 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
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
- rubocop -d
|
- rubocop -d
|
||||||
# Run `shellcheck` (already pre-installed in Travis)
|
# Run `shellcheck` (already pre-installed in Travis)
|
||||||
- shellcheck --version
|
- shellcheck --version
|
||||||
- git ls-files -- *.sh *.bash *.ksh
|
- git ls-files -- '*.sh' '*.bash' '*.ksh'
|
||||||
| xargs shellcheck
|
| xargs shellcheck
|
||||||
# Install and run `commitlint`
|
# Install and run `commitlint`
|
||||||
- npm i -D @commitlint/config-conventional
|
- npm i -D @commitlint/config-conventional
|
||||||
|
Loading…
Reference in New Issue
Block a user