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 - name: Check spelling
uses: zwaldowski/cspell-action@v1 uses: zwaldowski/cspell-action@v1
with: with:
paths: '**/*.{dart,arb}' paths: '**/*.{dart,arb,md}'
config: .vscode/cspell.json config: .vscode/cspell.json

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

@ -1,4 +1,4 @@
# Sandbox # Pinball Components Sandbox
![coverage][coverage_badge] ![coverage][coverage_badge]
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] [![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] 🤖 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