Skip to content

Merge pull request #77 from github/dependabot/bundler/prod-ruby-depen… #469

Merge pull request #77 from github/dependabot/bundler/prod-ruby-depen…

Merge pull request #77 from github/dependabot/bundler/prod-ruby-depen… #469

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@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: lint
run: script/lint