Skip to content

Bump rubocop-rspec from 3.4.0 to 3.5.0 #1220

Bump rubocop-rspec from 3.4.0 to 3.5.0

Bump rubocop-rspec from 3.4.0 to 3.5.0 #1220

Workflow file for this run

name: RSpec
on: [push, pull_request]
env:
RUBY_VERSION: "3.4.1"
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