Skip to content

Commit

Permalink
temp: spell-check old files too
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Feb 5, 2024
1 parent 00ecb30 commit 45a6ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
files: '**/*.{json5,njk,md}'
files: '**/*.{json5,njk,md}'
incremental_files_only: false

0 comments on commit 45a6ff8

Please sign in to comment.