Skip to content

Actually delete the bump_version.py script #753

Actually delete the bump_version.py script

Actually delete the bump_version.py script #753

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