Skip to content

chore: Enable strong language analyzer #15

chore: Enable strong language analyzer

chore: Enable strong language analyzer #15

Workflow file for this run

name: Spellcheck
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
config: .github/cspell.yaml