Skip to content

Commit

Permalink
chore: incremental file only
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jan 1, 2024
1 parent 0816267 commit ab7b2ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: "Check spelling"
name: Check spelling
on:
pull_request:

jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
files: "*.{rs,ts,tsx,md}"
incremental_files_only: false
incremental_files_only: true
strict: false

0 comments on commit ab7b2ff

Please sign in to comment.