Skip to content

ci: test also against main branch of Pyupgrade #1299

ci: test also against main branch of Pyupgrade

ci: test also against main branch of Pyupgrade #1299

Workflow file for this run

---
name: codespell
on: push # yamllint disable-line rule:truthy
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master