Skip to content

add codespell github workflow #4

add codespell github workflow

add codespell github workflow #4

Workflow file for this run

on: [pull_request, workflow_dispatch]
jobs:
Codespell:
runs-on: ubuntu-latest
steps:
- uses: codespell-project/actions-codespell@v2
with:
only_warn: 1