Skip to content

Swap spellchecker to cspell #17

Swap spellchecker to cspell

Swap spellchecker to cspell #17

Workflow file for this run

name: Check Spelling
on:
push:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
check_dot_files: true
config: ./.github/spelling/cspell.json