Skip to content

Bump streetsidesoftware/cspell-action from 6 to 7 #1128

Bump streetsidesoftware/cspell-action from 6 to 7

Bump streetsidesoftware/cspell-action from 6 to 7 #1128

Workflow file for this run

name: "Check spelling"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches-ignore:
- "dependabot/**"
permissions:
contents: read
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@v7
with:
inline: warning
incremental_files_only: true