Skip to content

Commit

Permalink
feat(spell-check): Extend spell checking workflow to include JSON fil…
Browse files Browse the repository at this point in the history
…es and LICENSE
  • Loading branch information
endersonmenezes committed Nov 12, 2024
1 parent 5880c5a commit 2d6f501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spell-checking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
with:
incremental_files_only: ${{ github.event.inputs.incremental_files_only }}
files: |
**/*.{md,txt}
**/*.{md,txt,json}
LICENSE

0 comments on commit 2d6f501

Please sign in to comment.