Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
fix(spell-check): Update configuration path to cspell.json in spell c…
Browse files Browse the repository at this point in the history
…hecking workflow
  • Loading branch information
endersonmenezes committed Nov 12, 2024
1 parent c00fba5 commit 1ccdb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spell-checking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: streetsidesoftware/cspell-action@v6
with:
incremental_files_only: ${{ github.event.inputs.incremental_files_only }}
config: "./"
config: "./cspell.json"
files: |
**/*.{md,txt,json}
LICENSE

0 comments on commit 1ccdb93

Please sign in to comment.