more changes

pull/399/head
Tom Arra 3 years ago
parent 9fc316452a
commit 3201267fc6

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

@ -3,7 +3,7 @@
"enabled": true, "enabled": true,
"language": "en", "language": "en",
"words": [ "words": [
"leaderboard"
], ],
"ignorePaths": [ "ignorePaths": [
".github/workflows/**" ".github/workflows/**"

Loading…
Cancel
Save