diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 11ef2391..d05c1823 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -22,8 +22,8 @@ ssf_node_anchors: # An alternative method could be to use: # `git describe --abbrev=0 --tags` # yamllint disable rule:line-length - title: 'fix(release.config.js): use full commit hash in commit link [skip ci]' - body: '* Automated using https://github.com/myii/ssf-formula/pull/89' + title: 'perf(travis): improve `salt-lint` invocation [skip ci]' + body: '* Automated using https://github.com/myii/ssf-formula/pull/90' # yamllint enable rule:line-length github: owner: 'saltstack-formulas' diff --git a/ssf/files/default/.travis.yml b/ssf/files/default/.travis.yml index eaeb26df..4a257b0a 100644 --- a/ssf/files/default/.travis.yml +++ b/ssf/files/default/.travis.yml @@ -123,7 +123,7 @@ jobs: # Install and run `salt-lint` - {{ pip_cmd }} install --user salt-lint - git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$' - | xargs -I {} salt-lint {} + | xargs salt-lint # Install and run `yamllint` # Need at least `v1.17.0` for the `yaml-files` setting - {{ pip_cmd }} install --user yamllint>=1.17.0 diff --git a/ssf/files/tofs_ssf-formula/.travis.yml b/ssf/files/tofs_ssf-formula/.travis.yml index 5d63c92a..ca635c0d 100644 --- a/ssf/files/tofs_ssf-formula/.travis.yml +++ b/ssf/files/tofs_ssf-formula/.travis.yml @@ -123,7 +123,7 @@ jobs: # Install and run `salt-lint` - {{ pip_cmd }} install --user salt-lint - git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$' - | xargs -I {} salt-lint {} + | xargs salt-lint # Install and run `yamllint` # Need at least `v1.17.0` for the `yaml-files` setting - {{ pip_cmd }} install --user yamllint>=1.17.0