summaryrefslogtreecommitdiff
path: root/.github/workflows/spellcheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/spellcheck.yml')
-rw-r--r--.github/workflows/spellcheck.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
deleted file mode 100644
index 554d677453..0000000000
--- a/.github/workflows/spellcheck.yml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-name: spellcheck
-
-"on":
- pull_request:
- push:
- branches:
- - master
-
-jobs:
- spellcheck:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: carlosperate/download-file-action@v1.0.3
- id: download-custom-dictionary
- with:
- file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/master/chef.txt'
- file-name: 'chef_dictionary.txt'
- - uses: zwaldowski/cspell-action@v1
- with:
- config: cspell.json
- paths: "**/*"