Skip to content

hotfix for slow twiddles on small domain sizes #1273

hotfix for slow twiddles on small domain sizes

hotfix for slow twiddles on small domain sizes #1273

Workflow file for this run

name: Check Spelling
on:
pull_request:
branches:
- main
- V2
jobs:
spelling-checker:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
# https://github.com/codespell-project/actions-codespell?tab=readme-ov-file#parameter-skip
skip: ./**/target,./**/build,./docs/*.js,./docs/*.json
# https://github.com/codespell-project/actions-codespell?tab=readme-ov-file#parameter-ignore_words_file
ignore_words_file: .codespellignore