豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

build(deps-dev): bump rack from 3.1.20 to 3.1.21 #482

build(deps-dev): bump rack from 3.1.20 to 3.1.21

build(deps-dev): bump rack from 3.1.20 to 3.1.21 #482

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@v6
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: rubocop
run: bundle exec rubocop -c .rubocop.yml lib/ spec/