Skip to content

Bump rubocop-rails from 2.36.0 to 2.37.0 #421

Bump rubocop-rails from 2.36.0 to 2.37.0

Bump rubocop-rails from 2.36.0 to 2.37.0 #421

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@v7
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # pin@v1.321.0
with:
bundler-cache: true
- name: lint
run: script/lint