Skip to content

chore: Use tox-uv to ease lower bound checking, test on Python 3.13 #845

chore: Use tox-uv to ease lower bound checking, test on Python 3.13

chore: Use tox-uv to ease lower bound checking, test on Python 3.13 #845

Workflow file for this run

---
name: Codespell
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master