Skip to content

Bump rack from 3.1.16 to 3.1.17 in the bundler group across 1 directory #397

Bump rack from 3.1.16 to 3.1.17 in the bundler group across 1 directory

Bump rack from 3.1.16 to 3.1.17 in the bundler group across 1 directory #397

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@3fee6763234110473bd57dd4595c5199fce2c510 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: rubocop
run: bundle exec rubocop -c .rubocop.yml lib/ spec/