Skip to content

Merge pull request #239 from wlsnmrk/chore/tasks-build-group #638

Merge pull request #239 from wlsnmrk/chore/tasks-build-group

Merge pull request #239 from wlsnmrk/chore/tasks-build-group #638

Workflow file for this run

name: "🧑‍🏫 Spellcheck"
on:
push:
jobs:
spellcheck:
name: "🧑‍🏫 Spellcheck"
runs-on: ubuntu-latest
defaults:
run:
working-directory: "."
steps:
- uses: actions/checkout@v5
name: 🧾 Checkout
- uses: actions/setup-node@v6
with:
node-version: 22
cache: "npm"
- name: 📦 Install Dependencies
run: npm install
- name: 📝 Check Spelling
run: |
npx cspell lint -c ./cspell.json