Skip to content

Adding Container Documentation #120

Adding Container Documentation

Adding Container Documentation #120

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,./utils"