Skip to content

Add Codespell test to PRs #1

Add Codespell test to PRs

Add Codespell test to PRs #1

Workflow file for this run

name: Codespell test
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: master
- uses: codespell-project/[email protected]
with:
check_filenames: true
check_hidden: true
ignore_words_file: .codespellignore