Kaynağa Gözat

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

* Automated using https://github.com/myii/ssf-formula/pull/107
tags/v0.59.8
Imran Iqbal 5 yıl önce
ebeveyn
işleme
1a27b0ae84
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Dosyayı Görüntüle

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
- 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

Yükleniyor…
İptal
Kaydet