Skip to content

Bump puma from 6.6.0 to 6.6.1 in the prod-ruby-dependencies group #468

Bump puma from 6.6.0 to 6.6.1 in the prod-ruby-dependencies group

Bump puma from 6.6.0 to 6.6.1 in the prod-ruby-dependencies group #468

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