Skip to content

Commit

Permalink
Update spellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Mar 22, 2024
1 parent ed4eb4e commit 77550b1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on: # rebuild any PRs and main branch changes
push:

jobs:
spellcheck: # run the action
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
id: spelling
with:
config: 'cspell.json'
files: '**/*.md'
incremental_files_only: true

0 comments on commit 77550b1

Please sign in to comment.