diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-06-08 17:52:26 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-06-08 17:52:26 -0700 |
commit | fb77309aecf220909bf4117219cb741c32120c07 (patch) | |
tree | 02c99477b6ae1e9ba25a51eb3ceb6830c62daf5a /.expeditor | |
parent | add160cf46ccd374e9278405cef88ca949c519b6 (diff) | |
download | chef-fb77309aecf220909bf4117219cb741c32120c07.tar.gz |
Avoid spellchecking files twice in one run.fail-early-with-cspell-syntax-error
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify_public.pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/verify_public.pipeline.yml b/.expeditor/verify_public.pipeline.yml index 44cb2626c6..ae750546f0 100644 --- a/.expeditor/verify_public.pipeline.yml +++ b/.expeditor/verify_public.pipeline.yml @@ -576,7 +576,7 @@ steps: commands: - ruby -rjson -e "JSON.parse(File.read('cspell.json'))" 2>/dev/null || (echo "Failed to parse config file 'cspell.json', skipping spellcheck" && exit 1) - npm install -g cspell - - cspell "**/*" "*.md" + - cspell "**/*" expeditor: executor: docker: |