Skip to content

Bump rubocop from 1.79.2 to 1.80.0 #192

Bump rubocop from 1.79.2 to 1.80.0

Bump rubocop from 1.79.2 to 1.80.0 #192

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