Skip to content

Bump rubocop from 1.80.2 to 1.81.1 in the ruby-dependencies group #285

Bump rubocop from 1.80.2 to 1.81.1 in the ruby-dependencies group

Bump rubocop from 1.80.2 to 1.81.1 in the ruby-dependencies group #285

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@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: lint
run: script/lint