Skip to content

Bump ruby/setup-ruby from 1.270.0 to 1.278.0 #261

Bump ruby/setup-ruby from 1.270.0 to 1.278.0

Bump ruby/setup-ruby from 1.270.0 to 1.278.0 #261

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@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # pin@v1.278.0
with:
bundler-cache: true
- name: lint
run: script/lint