Skip to content

[MAINT] Update minimum Python (3.9) and dependencies (SPEC 0 + 1yr) #804

[MAINT] Update minimum Python (3.9) and dependencies (SPEC 0 + 1yr)

[MAINT] Update minimum Python (3.9) and dependencies (SPEC 0 + 1yr) #804

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