Skip to content

Bump minitest from 5.24.0 to 5.24.1 #2097

Bump minitest from 5.24.0 to 5.24.1

Bump minitest from 5.24.0 to 5.24.1 #2097

Workflow file for this run

name: RuboCop
on:
- push
- workflow_call
jobs:
rubocop:
name: Run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run RuboCop
run: bin/rubocop