Skip to content

Bump to version 0.25.0 #129

Bump to version 0.25.0

Bump to version 0.25.0 #129

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@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # pin@v1.244.0
with:
bundler-cache: true
- name: lint
run: script/lint