Skip to content

Merge pull request #360 from github/dependabot/bundler/rubocop-1.81.7 #246

Merge pull request #360 from github/dependabot/bundler/rubocop-1.81.7

Merge pull request #360 from github/dependabot/bundler/rubocop-1.81.7 #246

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