Skip to content

Bump rubocop from 1.74.0 to 1.75.2 #86

Bump rubocop from 1.74.0 to 1.75.2

Bump rubocop from 1.74.0 to 1.75.2 #86

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@v4
- uses: ruby/setup-ruby@7886c6653556e1164c58a7603d88286b5f708293 # [email protected]
with:
bundler-cache: true
- name: lint
run: script/lint