Skip to content

Commit

Permalink
feat(spell-check): Add configuration path for spell checking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Nov 12, 2024
1 parent 0fb51f2 commit 3062cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spell-checking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: streetsidesoftware/cspell-action@v6
with:
incremental_files_only: ${{ github.event.inputs.incremental_files_only }}
config: .
files: |
**/*.{md,txt,json}
LICENSE

0 comments on commit 3062cbe

Please sign in to comment.