Skip to content

Merge pull request #333 from github/dependabot/bundler/actionview-7.2… #190

Merge pull request #333 from github/dependabot/bundler/actionview-7.2…

Merge pull request #333 from github/dependabot/bundler/actionview-7.2… #190

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