summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-14 17:26:51 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-14 17:56:06 -0700
commit0b05ba3c9bfa7b6517d6a4c0c855167d1c33ae80 (patch)
treea3364d0a6c0f5fa316c1cdb47d32c3390e94a273 /.expeditor/verify.pipeline.yml
parent03266b91e405f6038e6039d997c0b0eaa6e2da70 (diff)
downloadchef-0b05ba3c9bfa7b6517d6a4c0c855167d1c33ae80.tar.gz
Test running spellcheck in Github Actions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 5d55bc0d72..20ffb41278 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -551,15 +551,6 @@ steps:
privileged: true
single-use: true
-- label: "Spellcheck"
- commands:
- - npm install -g cspell
- - rake -f tasks/spellcheck.rb spellcheck
- soft_fail: true
- expeditor:
- executor:
- docker:
-
- label: ":habicat: Linux plan"
commands:
- sudo ./.expeditor/scripts/install-hab.sh 'x86_64-linux'