Skip to content

Bump rubocop from 1.86.1 to 1.86.2 #360

Bump rubocop from 1.86.1 to 1.86.2

Bump rubocop from 1.86.1 to 1.86.2 #360

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # pin@v1.306.0
with:
bundler-cache: true
- name: lint
run: script/lint