From 5ebddd37c2f48ea0929f115e1849a2d11247c3d7 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Sat, 7 May 2022 19:27:52 -0500 Subject: [PATCH] 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 --- .github/workflows/spell_check.yaml | 2 +- .vscode/cspell.json | 7 +++++++ packages/pinball_components/sandbox/README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spell_check.yaml b/.github/workflows/spell_check.yaml index 61b142b7..bfef58f8 100644 --- a/.github/workflows/spell_check.yaml +++ b/.github/workflows/spell_check.yaml @@ -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 \ No newline at end of file diff --git a/.vscode/cspell.json b/.vscode/cspell.json index d07b61c2..c24a8116 100644 --- a/.vscode/cspell.json +++ b/.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", diff --git a/packages/pinball_components/sandbox/README.md b/packages/pinball_components/sandbox/README.md index 08509a8b..f0ff7f74 100644 --- a/packages/pinball_components/sandbox/README.md +++ b/packages/pinball_components/sandbox/README.md @@ -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 ---