Skip to content

Bump rubocop-rspec from 2.19.0 to 2.20.0 #665

Bump rubocop-rspec from 2.19.0 to 2.20.0

Bump rubocop-rspec from 2.19.0 to 2.20.0 #665

Workflow file for this run

name: RSpec
on: [push, pull_request]
env:
RUBY_VERSION: "3.2.0"
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec --format progress
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rubocop