Skip to content

Commit

Permalink
spell-check JSON, Nunjucks, and Markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Feb 5, 2024
1 parent 0ff2b46 commit 00ecb30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
- uses: streetsidesoftware/cspell-action@v5
with:
files: '**/*.{json5,njk,md}'

0 comments on commit 00ecb30

Please sign in to comment.