From 2d6f501e8d2acd4a5212804e5a19d8c09775c051 Mon Sep 17 00:00:00 2001 From: Enderson Menezes Date: Tue, 12 Nov 2024 15:46:02 -0300 Subject: [PATCH] feat(spell-check): Extend spell checking workflow to include JSON files and LICENSE --- .github/workflows/spell-checking.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spell-checking.yaml b/.github/workflows/spell-checking.yaml index 37de3fc..04abc44 100644 --- a/.github/workflows/spell-checking.yaml +++ b/.github/workflows/spell-checking.yaml @@ -20,4 +20,5 @@ jobs: with: incremental_files_only: ${{ github.event.inputs.incremental_files_only }} files: | - **/*.{md,txt} \ No newline at end of file + **/*.{md,txt,json} + LICENSE \ No newline at end of file