Skip to content

Spell checking

Spell checking #1351

Workflow file for this run

name: Spell checking
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
spelling-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: streetsidesoftware/cspell-action@69543c3f9f14d4fcc6004c7bee03c4d366f11d64 # v7.0.1
with:
config: .cspell.yaml