Skip to content

Bump rubocop from 1.75.7 to 1.75.8 in the ruby-dependencies group #259

Bump rubocop from 1.75.7 to 1.75.8 in the ruby-dependencies group

Bump rubocop from 1.75.7 to 1.75.8 in the ruby-dependencies group #259

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@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: lint
run: script/lint