Skip to content

ci: codespell: add spell checking CI job #1

ci: codespell: add spell checking CI job

ci: codespell: add spell checking CI job #1

Workflow file for this run

name: codespell
on: [ pull_request, push ]
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install codespell
- run: codespell