Skip to content

Bump ruby/setup-ruby from 1.256.0 to 1.259.0 #203

Bump ruby/setup-ruby from 1.256.0 to 1.259.0

Bump ruby/setup-ruby from 1.256.0 to 1.259.0 #203

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