Skip to content

ci: Drop Bundler 4.0.6 pin now that Bundler 4.0.12 ships the fix (release81) #3132

ci: Drop Bundler 4.0.6 pin now that Bundler 4.0.12 ships the fix (release81)

ci: Drop Bundler 4.0.6 pin now that Bundler 4.0.12 ships the fix (release81) #3132

Workflow file for this run

name: RuboCop
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 4.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 4.0
rubygems: latest
- name: Build and run RuboCop
run: |
BUNDLE_ONLY=rubocop bundle install --jobs 4 --retry 3
BUNDLE_ONLY=rubocop bundle exec rubocop