Skip to content

[ROACH-2135] spec use rails to 7.2.1, ruby required >=3.1 #20

[ROACH-2135] spec use rails to 7.2.1, ruby required >=3.1

[ROACH-2135] spec use rails to 7.2.1, ruby required >=3.1 #20

Workflow file for this run

name: RuboCop
on:
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Ruby 3.3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
- name: Checkout
uses: actions/checkout@v2
- name: Install gems
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run RuboCop
run: bundle exec rubocop --parallel