Skip to content

⬆️ build(deps-dev): Bump cspell from 9.0.1 to 9.2.2 #297

⬆️ build(deps-dev): Bump cspell from 9.0.1 to 9.2.2

⬆️ build(deps-dev): Bump cspell from 9.0.1 to 9.2.2 #297

Workflow file for this run

name: Spellcheck
on:
pull_request:
push:
branches:
- main
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22"
cache: "npm"
- run: npm ci
- name: Run spellcheck
run: npx cspell lint projects/**/*.{ts,md,js} --show-suggestions