Skip to content

Merge branch 'development' into update-python-actions #296

Merge branch 'development' into update-python-actions

Merge branch 'development' into update-python-actions #296

Workflow file for this run

name: codespell
on: [push, pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.14'
cache: "pip"
- name: Install dependencies
run: pip install -r ./requirements.txt
- name: Run codespell
run: |
codespell