Skip to content

Merge pull request #391 from ComputeCanada/crashkernel-bis #18

Merge pull request #391 from ComputeCanada/crashkernel-bis

Merge pull request #391 from ComputeCanada/crashkernel-bis #18

Workflow file for this run

name: Check spelling
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2.1
with:
check_filenames: true
ignore_words_list: keypair, te
only_warn: 1