Skip to content

CI: Add a job that checks the doc builds without warnings #669

CI: Add a job that checks the doc builds without warnings

CI: Add a job that checks the doc builds without warnings #669

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v1.0