chore: add cspell checking and make pass (#244)
* chore: add cspell checking and make pass * chore(shorebird_code_push): minor improvements to example (#242) * chore(shorebird_code_push): v2.0.2 (#243) * chore: fix cspell --------- Co-authored-by: Felix Angelov <felix@shorebird.dev>
This commit is contained in:
@@ -12,6 +12,12 @@ jobs:
|
||||
name: ✅ Semantic Pull Request
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
|
||||
|
||||
cspell:
|
||||
name: 🔤 Check Spelling
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
|
||||
with:
|
||||
config: cspell.config.yaml
|
||||
|
||||
changes:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user