Skip to content

EL-1781 Rails update to 7.2.1 #3335

EL-1781 Rails update to 7.2.1

EL-1781 Rails update to 7.2.1 #3335

Workflow file for this run

name: RuboCop
on: [pull_request]
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop