Skip to content

Bump rails_admin from 3.2.0 to 3.2.1 #3350

Bump rails_admin from 3.2.0 to 3.2.1

Bump rails_admin from 3.2.0 to 3.2.1 #3350

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