Skip to content

Bump the combined-dependencies group across 1 directory with 6 updates #3355

Bump the combined-dependencies group across 1 directory with 6 updates

Bump the combined-dependencies group across 1 directory with 6 updates #3355

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