Skip to content

Update rubocop-rspec 2.14.1 → 3.2.0 (major) #107

Update rubocop-rspec 2.14.1 → 3.2.0 (major)

Update rubocop-rspec 2.14.1 → 3.2.0 (major) #107

Workflow file for this run

name: Gem building
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Build the gem
run: bundle exec rake build