Skip to content

CI: further standardise the concurrency settings #617

CI: further standardise the concurrency settings

CI: further standardise the concurrency settings #617

Workflow file for this run

name: codespell
on:
pull_request:
push:
branches:
- "main"
- "stable-*.*"
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@v2.1