Skip to content

Merge pull request #550 from akaihola/black-24.2-compat #709

Merge pull request #550 from akaihola/black-24.2-compat

Merge pull request #550 from akaihola/black-24.2-compat #709

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