Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Nov 27, 2024
1 parent b331238 commit 8b4498b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
- uses: streetsidesoftware/cspell-action@v6
with:
# Inline PR comments instead of annotations
inline: true
inline: error
# Fail on warnings
strict: true
# Show progress
verbose: true
# Incremental file listing
incremental_files_only: true
suggestions: true

0 comments on commit 8b4498b

Please sign in to comment.