Skip to content

check different spell check #32

check different spell check

check different spell check #32

Workflow file for this run

name: Spellcheck
on:
pull_request:
paths:
- '**.md'
- '**.yaml'
- '**.yml'
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2 # Required for diff detection
- name: Run spell checker
uses: check-spelling/[email protected]
with:
config: .github/actions/spell-check-config