Skip to content

build(deps): bump ruby/setup-ruby from 1.318.0 to 1.321.0 in the github-actions group across 1 directory #564

build(deps): bump ruby/setup-ruby from 1.318.0 to 1.321.0 in the github-actions group across 1 directory

build(deps): bump ruby/setup-ruby from 1.318.0 to 1.321.0 in the github-actions group across 1 directory #564

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@v7
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # pin@v1.321.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: rubocop
run: bundle exec rubocop -c .rubocop.yml lib/ spec/