Skip to content

Bump rubocop from 1.70.0 to 1.71.0 #175

Bump rubocop from 1.70.0 to 1.71.0

Bump rubocop from 1.70.0 to 1.71.0 #175

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: RuboCop
run: bundle exec rubocop