WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Bump ruby/setup-ruby from 1.265.0 to 1.268.0 #239

Bump ruby/setup-ruby from 1.265.0 to 1.268.0

Bump ruby/setup-ruby from 1.265.0 to 1.268.0 #239

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