Skip to content

Add codespell integration for spell checking #2

Add codespell integration for spell checking

Add codespell integration for spell checking #2

Workflow file for this run

name: Codespell Check
on:
pull_request:
branches:
- gh-pages
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install codespell
run: pip install codespell
- name: Run codespell
run: codespell