Skip to content

refactor: ♻️ update testing #557

refactor: ♻️ update testing

refactor: ♻️ update testing #557

name: 'Check: Spelling'
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize]
jobs:
spelling-check:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- uses: pnpm/[email protected]
with:
version: 8.0.0
- name: Install dependencies
run: pnpm install
- name: Check spelling
run: pnpm run cspell