|
|
@ -17,6 +17,6 @@ jobs:
|
|
|
|
- name: Check spelling
|
|
|
|
- name: Check spelling
|
|
|
|
uses: zwaldowski/cspell-action@v1
|
|
|
|
uses: zwaldowski/cspell-action@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
paths: '**/*.{*}'
|
|
|
|
paths: '**/*.{dart,json,md,arb}'
|
|
|
|
exclude: '**/*.{js}'
|
|
|
|
exclude: '**/*.{js}'
|
|
|
|
config: .vscode/cspell.json
|
|
|
|
config: .vscode/cspell.json
|