diff --git a/.github/workflows/spell_check.yaml b/.github/workflows/spell_check.yaml index 388d1b84..e54ed36b 100644 --- a/.github/workflows/spell_check.yaml +++ b/.github/workflows/spell_check.yaml @@ -17,6 +17,6 @@ jobs: - name: Check spelling uses: zwaldowski/cspell-action@v1 with: - paths: '**/*.{*}' + paths: '**/*.{dart,json,md,arb}' exclude: '**/*.{js}' config: .vscode/cspell.json \ No newline at end of file