소스 검색

ci(travis): quote pathspecs used with `git ls-files` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/107
tags/v1.2.3
Imran Iqbal 5 년 전
부모
커밋
0090c91b60
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml 파일 보기

@@ -40,7 +40,7 @@ jobs:
script:
# Install and run `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
# Install and run `yamllint`
# Need at least `v1.17.0` for the `yaml-files` setting
@@ -48,7 +48,7 @@ jobs:
- yamllint -s .
# Run `shellcheck` (already pre-installed in Travis)
- shellcheck --version
- git ls-files -- *.sh *.bash *.ksh
- git ls-files -- '*.sh' '*.bash' '*.ksh'
| xargs shellcheck
# Install and run `commitlint`
- npm i -D @commitlint/config-conventional

Loading…
취소
저장