Skip to content

Initial typing, fix discovered bugs #140

Initial typing, fix discovered bugs

Initial typing, fix discovered bugs #140

Workflow file for this run

name: codespell
on: [pull_request, workflow_dispatch]
jobs:
codespell:
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install codespell
run: |
python3 -m pip install --break-system-packages codespell
- name: Run codespell
timeout-minutes: 5
run: |
codespell src