Skip to content

add codespell action and correct spelling errors #1

add codespell action and correct spelling errors

add codespell action and correct spelling errors #1

Workflow file for this run

name: Run codespell on source files
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_list: nd,nax,linez,ist
only_warn: 0