diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 352de0579..f89789d48 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -10,5 +10,6 @@ jobs: - uses: actions/checkout@v4 - uses: streetsidesoftware/cspell-action@v5 with: + root: 'src' files: '**/*.{json5,njk,md}' incremental_files_only: false \ No newline at end of file