Skip to content

Commit

Permalink
Update cspell
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Dec 13, 2023
1 parent 589ce70 commit dee9e87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ jobs:
cspell-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- uses: carlosperate/download-file-action@v1.0.3
- uses: carlosperate/download-file-action@v2
id: download-cspell-config
with:
file-url: 'https://github.com/chef/chef-web-docs/blob/main/cspell.yaml'
file-name: 'cspell.yaml'
- uses: carlosperate/download-file-action@v1.0.3
- uses: carlosperate/download-file-action@v2
id: download-chef-dictionary
with:
file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt'
file-name: 'chef_dictionary.txt'
- uses: carlosperate/download-file-action@v1.0.3
- uses: carlosperate/download-file-action@v2
id: download-docs-dictionary
with:
file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/main/docs.txt'
file-name: 'docs_dictionary.txt'
- uses: streetsidesoftware/cspell-action@v1.3.4
- uses: streetsidesoftware/cspell-action@v5
with:
files: '*.md'
root: './docs-chef-io/content/supermarket'
Expand Down

0 comments on commit dee9e87

Please sign in to comment.