Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Bump rubocop from 1.60.0 to 1.60.1 #45

Bump rubocop from 1.60.0 to 1.60.1

Bump rubocop from 1.60.0 to 1.60.1 #45

Workflow file for this run

on:
- pull_request
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rubocop
run: |
bundle exec rubocop --color