Skip to content

Merge branch 'main' into audit/entry-store-packing-verification #573

Merge branch 'main' into audit/entry-store-packing-verification

Merge branch 'main' into audit/entry-store-packing-verification #573

Workflow file for this run

name: Spell Check
on: [push, pull_request]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@v1
with:
check_filenames: true
check_hidden: true
ignore_words_file: ./.codespellignore