Skip to content

Bump rubocop-rspec from 3.0.3 to 3.0.4 in the rubocop group #4531

Bump rubocop-rspec from 3.0.3 to 3.0.4 in the rubocop group

Bump rubocop-rspec from 3.0.3 to 3.0.4 in the rubocop group #4531

Workflow file for this run

name: RuboCop
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 321
- name: Run RuboCop
run: bundle exec rubocop --parallel