fix: add spell check for md files (#404)

* fix: add spell check for all files

* attempting stuff

* try again

* markdown only

* update words

* final words
refactor/blinking-behavior
Tom Arra 2 years ago committed by GitHub
parent 12bc209524
commit 5ebddd37c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -8,6 +8,7 @@
"audioplayers",
"backbox",
"bezier",
"contador",
"cupertino",
"dashbook",
"deserialization",
@ -15,20 +16,26 @@
"endtemplate",
"firestore",
"gapless",
"genhtml",
"goldens",
"lcov",
"leaderboard",
"loadables",
"localizable",
"mixins",
"mocktail",
"mostrado",
"multiball",
"multiballs",
"occluder",
"página",
"pixelated",
"pixeloid",
"rects",
"rrect",
"serializable",
"sparky's",
"texto",
"theming",
"unawaited",
"unfocus",

@ -1,4 +1,4 @@
# Sandbox
# Pinball Components Sandbox
![coverage][coverage_badge]
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
@ -6,7 +6,7 @@
Generated by the [Very Good CLI][very_good_cli_link] 🤖
A sanbox application where components are showcased and developed in an isolated way
A sandbox application where components are showcased and developed in an isolated way
---

Loading…
Cancel
Save