Skip to content

Commit

Permalink
chore: Update cspell-action to v6 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 3, 2024
1 parent 7d3ad4c commit a1ce44b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cspell-action.yml
Expand Up @@ -11,9 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
- uses: streetsidesoftware/cspell-action@v6
with:
files: |
**
.*/**
files: "."
incremental_files_only: false
check_dot_files: true

0 comments on commit a1ce44b

Please sign in to comment.