Skip to content

Fix false positives and incorrect autocorrections for Capybara/FindAllFirst when find or all uses match: :first #267

Fix false positives and incorrect autocorrections for Capybara/FindAllFirst when find or all uses match: :first

Fix false positives and incorrect autocorrections for Capybara/FindAllFirst when find or all uses match: :first #267

Workflow file for this run

name: Yamllint
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
yamllint:
name: Yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Yamllint
uses: karancode/yamllint-github-action@4052d365f09b8d34eb552c363d1141fd60e2aeb2 # v3.0.0
with:
yamllint_strict: true
yamllint_format: parsable
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}