Skip to content

update to current 3.13 python #37

update to current 3.13 python

update to current 3.13 python #37

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