diff options
author | Tim Smith <tsmith@chef.io> | 2020-06-04 19:05:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 19:05:45 -0700 |
commit | abe328a2b7109ccfef53115bf82562293c9f02dc (patch) | |
tree | 159f00c61ad6917681846d9ab96ca04dea5b8959 /.expeditor | |
parent | 0d340f37a02d917bde6edd3b302b4a58ac0cdbff (diff) | |
parent | 2321413765249ceb3388140fd86e6c32a11cb319 (diff) | |
download | chef-abe328a2b7109ccfef53115bf82562293c9f02dc.tar.gz |
Merge pull request #9957 from chef/add-spellcheck-to-ci
Add spellcheck to CI
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify_public.pipeline.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.expeditor/verify_public.pipeline.yml b/.expeditor/verify_public.pipeline.yml index 50c3ea340a..b88e92a6bc 100644 --- a/.expeditor/verify_public.pipeline.yml +++ b/.expeditor/verify_public.pipeline.yml @@ -571,3 +571,11 @@ steps: linux: privileged: true single-use: true + +- label: "Spellcheck" + commands: + - npm install -g cspell + - cspell "**/*" "*.md" + expeditor: + executor: + docker: |