Skip to content

Merge pull request #455 from github/dependabot/bundler/rubocop-rails-… #404

Merge pull request #455 from github/dependabot/bundler/rubocop-rails-…

Merge pull request #455 from github/dependabot/bundler/rubocop-rails-… #404

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@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # pin@v1.316.0
with:
bundler-cache: true
- name: lint
run: script/lint