Skip to content

Bump pry from 0.14.2 to 0.15.2 in the bundler-dev group across 1 directory #42

Bump pry from 0.14.2 to 0.15.2 in the bundler-dev group across 1 directory

Bump pry from 0.14.2 to 0.15.2 in the bundler-dev group across 1 directory #42

Workflow file for this run

name: Lint (Rubocop)
on: [pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0
- name: Install dependencies
run: |
bundle install --jobs 4 --retry 3
- name: Lint with Rubocop
run: |
bundle exec rubocop --parallel