Skip to content

Bump actions/checkout from 6.0.2 to 7.0.0 in /.github/workflows (#20) #356

Bump actions/checkout from 6.0.2 to 7.0.0 in /.github/workflows (#20)

Bump actions/checkout from 6.0.2 to 7.0.0 in /.github/workflows (#20) #356

Workflow file for this run

name: Spellcheck
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
spellcheck:
name: Spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
with:
show-progress: true
- uses: codespell-project/actions-codespell@master
with:
builtin: clear
exclude_file: .github/workflows/codespell.exclude