Skip to content

Update docs and config for rules and keywords #431

Update docs and config for rules and keywords

Update docs and config for rules and keywords #431

Workflow file for this run

---
name: 'Check spelling'
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@157048954070986ce4315d0813573a2d8faee361 # v7.1.1
with:
check_dot_files: false
incremental_files_only: true
inline: warning
suggestions: true