Skip to content

Fix documentation build CI workflow, spelling errors, and RST build issues #902

Fix documentation build CI workflow, spelling errors, and RST build issues

Fix documentation build CI workflow, spelling errors, and RST build issues #902

Workflow file for this run

---
name: Spellcheck
'on':
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install codespell
run: pip install codespell
- name: Check spelling in docs
run: |
codespell doc/source