Skip to content

Update rubocop-rspec requirement from ~> 2.29 to ~> 3.0 (#25) #82

Update rubocop-rspec requirement from ~> 2.29 to ~> 3.0 (#25)

Update rubocop-rspec requirement from ~> 2.29 to ~> 3.0 (#25) #82

Workflow file for this run

name: rubocop
on:
push:
branches:
- main
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Lint Ruby code with RuboCop
run: |
gem install bundler
bundle install --gemfile gemfiles/rubocop.gemfile --jobs 4 --retry 3
bundle exec --gemfile gemfiles/rubocop.gemfile rubocop --parallel