Skip to content

chore: update most deps to latest (May 8 2025) (#288) #240

chore: update most deps to latest (May 8 2025) (#288)

chore: update most deps to latest (May 8 2025) (#288) #240

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