Skip to content

[Fix rubocop#509] Fix a false positive for Performance/RedundantMatch #333

[Fix rubocop#509] Fix a false positive for Performance/RedundantMatch

[Fix rubocop#509] Fix a false positive for Performance/RedundantMatch #333

Workflow file for this run

name: Spell Checking
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
codespell:
name: Check spelling of all files with codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: codespell.txt