Skip to content

Update rubocop-rails requirement from ~> 2.34.3 to >= 2.34.3, < 2.36.0 #116

Update rubocop-rails requirement from ~> 2.34.3 to >= 2.34.3, < 2.36.0

Update rubocop-rails requirement from ~> 2.34.3 to >= 2.34.3, < 2.36.0 #116

Workflow file for this run

name: RuboCop
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel