Skip to content

chore(deps): bump actions/checkout from 5.0.0 to 6.0.2 (#3370) #907

chore(deps): bump actions/checkout from 5.0.0 to 6.0.2 (#3370)

chore(deps): bump actions/checkout from 5.0.0 to 6.0.2 (#3370) #907

Workflow file for this run

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