Skip to content

chore: Use GitHub Actions setup-node@v4 instead of v3 (#3268) #3947

chore: Use GitHub Actions setup-node@v4 instead of v3 (#3268)

chore: Use GitHub Actions setup-node@v4 instead of v3 (#3268) #3947

Workflow file for this run

name: spell_checker
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm -g install cspell@8.8.2
# spell check
- run: ./scripts/cspell-run.sh
# verify dictionary words are sorted and not orphan
- run: ./scripts/cspell-verify.sh