summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Wood <gene_wood@cementhorizon.com>2022-11-08 09:42:31 -0800
committerGene Wood <gene_wood@cementhorizon.com>2022-11-08 09:42:31 -0800
commit5a23d25c8d11e7a65bae53a5904f00a1c743b431 (patch)
tree1f4233a7d9b40aacb805b4e8a1654867dda2c2f6
parent6d6fa60b655050e5ad23397a1e33065a8076c5b8 (diff)
downloadchef-5a23d25c8d11e7a65bae53a5904f00a1c743b431.tar.gz
Replace deprecated cspell-action with streetsidesoftware/cspell-action
The cspell-action GitHub Actions spell checker from zwaldowski [has been deprecated](https://github.com/zwaldowski/cspell-action/commit/8d04e085cc0ce2bb8d5305fca42e39dd71cb1959). This replaces it with the streetsidesoftware GitHub Action Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
-rw-r--r--.github/workflows/lint.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 3d565dd268..acea4b2007 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -32,7 +32,4 @@ jobs:
with:
file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt'
file-name: 'chef_dictionary.txt'
- - uses: zwaldowski/cspell-action@v1
- with:
- config: cspell.json
- paths: "**/*"
+ - uses: streetsidesoftware/cspell-action@v2.12.0