fix: add spell check for all files

pull/404/head
Tom Arra 3 years ago
parent 46557f718e
commit 9a1f7c9de8

@ -17,5 +17,5 @@ jobs:
- name: Check spelling
uses: zwaldowski/cspell-action@v1
with:
paths: '**/*.{dart,arb}'
paths: '**/*.*'
config: .vscode/cspell.json
Loading…
Cancel
Save