Skip to content

Bump ruby/setup-ruby from 1.176.0 to 1.177.0 in the github-actions group #135

Bump ruby/setup-ruby from 1.176.0 to 1.177.0 in the github-actions group

Bump ruby/setup-ruby from 1.176.0 to 1.177.0 in the github-actions group #135

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@v4
- uses: ruby/setup-ruby@7dc18ff0ca6e3630d3f29d2a85ebf6cc27ae9d6c # pin@v1.177.0
with:
bundler-cache: true
- name: lint
run: bundle exec rubocop -c .rubocop.yml lib/ spec/