chore: add cspell checking to our CI (#2421)

This commit is contained in:
Eric Seidel
2024-08-19 14:53:10 -07:00
committed by GitHub
parent 5620b3445e
commit e6852bfbac
38 changed files with 173 additions and 47 deletions
+6
View File
@@ -15,6 +15,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