Skip to content

bump version to v1.5.1 #297

bump version to v1.5.1

bump version to v1.5.1 #297

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@0481980f17b760ef6bca5e8c55809102a0af1e5a # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: lint
run: script/lint