Skip to content

⬆️ build(deps-dev): Bump zx from 8.5.3 to 8.6.1 #263

⬆️ build(deps-dev): Bump zx from 8.5.3 to 8.6.1

⬆️ build(deps-dev): Bump zx from 8.5.3 to 8.6.1 #263

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