Skip to content

Pbs scripts, module lists #43

Pbs scripts, module lists

Pbs scripts, module lists #43

Workflow file for this run

name: Spell Checking
on: [pull_request]
jobs:
codespell:
name: Check spelling of all files with codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true
ignore_words_file: .github/workflows/codespell.txt
skip: "./git/,./confluence_migration"