Skip to content

Add codespell action #2

Add codespell action

Add codespell action #2

Workflow file for this run

name: Codespell
on:
#pull_request: {}
push: {}
jobs:
codespell:
name: Codespell
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2