Skip to content

Introduce codespell action #1

Introduce codespell action

Introduce codespell action #1

Workflow file for this run

name: Codespell
on: [push, pull_request]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run codespell
uses: codespell-project/actions-codespell@v2.1