Skip to content

Commit

Permalink
Update cspell_action to 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mpagot authored Oct 20, 2022
1 parent 1640d00 commit 2965a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
config_file: .markdownlint.json

- name: Spell-check Markdown files
uses: streetsidesoftware/cspell-action@v2.2.0
uses: streetsidesoftware/cspell-action@v2.11.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
incremental_files_only: false
config: 'cspell.json'
files: ${{ matrix.docfile }}
files: ${{ matrix.docfile }}

0 comments on commit 2965a8b

Please sign in to comment.