Skip to content

[DO NO MERGE] enable spell check workflow and configuuration #3

[DO NO MERGE] enable spell check workflow and configuuration

[DO NO MERGE] enable spell check workflow and configuuration #3

Workflow file for this run

# .github/workflows/spellcheck.yml
name: Spell Check PR
on:
pull_request:
paths:
- '**/*.go'
- '**/*.md'
- '.github/spelling/**'
jobs:
check-spelling:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Spell Check
uses: check-spelling/[email protected]
with:
config: .github/spelling