Skip to content

Add Codespell workflow #1

Add Codespell workflow

Add Codespell workflow #1

Workflow file for this run

name: codespell
on: pull_request
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ignore_words_file: .codespellignore
only_warn: 1
path: docs