Skip to content

Update rubocop-rspec requirement from ~> 2.13 to >= 2.13, < 4.0 #70

Update rubocop-rspec requirement from ~> 2.13 to >= 2.13, < 4.0

Update rubocop-rspec requirement from ~> 2.13 to >= 2.13, < 4.0 #70

Workflow file for this run

name: Rubocop
on: [pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.6
- name: Run rubocop
run: |
bundle install
bundle exec rubocop