[YAML] CircleCI: skip checking for new tool version (#3902)

This way the tool runs a bit faster and we don't create unneeded network requests. Don't know if there are other network requests still occurring.
This commit is contained in:
Götz Christ
2021-09-17 03:55:28 -05:00
committed by GitHub
parent dca56dd772
commit 2f72a3ed19
2 changed files with 2 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ Execute(The linter should not run for every YAML file):
Execute(The linter should for YAML files in a .circleci directory):
call ale#test#SetFilename('../test-files/.circleci/config.yml')
AssertLinter 'circleci', 'circleci config validate - < %s'
AssertLinter 'circleci', 'circleci --skip-update-check config validate - < %s'