Procházet zdrojové kódy

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 před 5 roky
rodič
revize
0090c91b60
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit