Skip to content

Add find_first_by_kind and support :break in cursor traversal. #33

Add find_first_by_kind and support :break in cursor traversal.

Add find_first_by_kind and support :break in cursor traversal. #33

Workflow file for this run

name: RuboCop
on: [push, pull_request]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- name: Run RuboCop
timeout-minutes: 10
run: bundle exec rubocop