Skip to content

Merge pull request #74 from chickensoft-games/renovate/migrate-config #197

Merge pull request #74 from chickensoft-games/renovate/migrate-config

Merge pull request #74 from chickensoft-games/renovate/migrate-config #197

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@v4
name: 🧾 Checkout
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- name: 📦 Install Dependencies
run: npm install
- name: 📝 Check Spelling
run: |
npx cspell lint -c ./cspell.json