Skip to content

Docs for new cron-HA solution #149

Docs for new cron-HA solution

Docs for new cron-HA solution #149

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"