这是indexloc提供的服务,不要输入任何密码
Skip to content

Merge pull request #322 from github/dependabot/bundler/bundler-d9ba1a… #169

Merge pull request #322 from github/dependabot/bundler/bundler-d9ba1a…

Merge pull request #322 from github/dependabot/bundler/bundler-d9ba1a… #169

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@v4
- uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # pin@v1.247.0
with:
bundler-cache: true
- name: lint
run: script/lint