Skip to content

Merge pull request #1503 from activerecord-hackery/rails-7-2 #640

Merge pull request #1503 from activerecord-hackery/rails-7-2

Merge pull request #1503 from activerecord-hackery/rails-7-2 #640

Workflow file for this run

name: rubocop
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Install gems
run: bundle install --jobs 4 --retry 3
- name: Run RuboCop
run: bundle exec rubocop --parallel