Skip to content

Bump actions/checkout from 4 to 5 #53

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #53

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@v5
- uses: streetsidesoftware/cspell-action@v7
with:
check_dot_files: false
incremental_files_only: true
inline: warning
suggestions: true