Skip to content

Fix the flaky test for spec/rubocop/capybara/description_extractor_spec.rb #194

Fix the flaky test for spec/rubocop/capybara/description_extractor_spec.rb

Fix the flaky test for spec/rubocop/capybara/description_extractor_spec.rb #194

Workflow file for this run

name: CodeSpell
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
codespell:
name: CodeSpell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: CodeSpell
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: true
ignore_words_file: .codespellignore