Skip to content

Merge branch 'main' into updated-compatibility #117

Merge branch 'main' into updated-compatibility

Merge branch 'main' into updated-compatibility #117

Workflow file for this run

name: Spellcheck
on: [push, pull_request]
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@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
show-progress: true
- uses: codespell-project/actions-codespell@master
with:
exclude_file: .github/workflows/codespell.exclude