Skip to content

build(deps): bump ruby/setup-ruby from 1.307.0 to 1.310.0 in the github-actions group #516

build(deps): bump ruby/setup-ruby from 1.307.0 to 1.310.0 in the github-actions group

build(deps): bump ruby/setup-ruby from 1.307.0 to 1.310.0 in the github-actions group #516

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@afeafc3d1ab54a631816aba4c914a0081c12ff2f # pin@v1.310.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: rubocop
run: bundle exec rubocop -c .rubocop.yml lib/ spec/