Skip to content

Add Codespell test to PRs #2

Add Codespell test to PRs

Add Codespell test to PRs #2

Workflow file for this run

name: Codespell test
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2.1
with:
check_filenames: true
check_hidden: true
# Add comma separated list of words to ignore
ignore_words_list: