Skip to content

Bump ruby/setup-ruby from 1.153.0 to 1.154.0 #213

Bump ruby/setup-ruby from 1.153.0 to 1.154.0

Bump ruby/setup-ruby from 1.153.0 to 1.154.0 #213

Workflow file for this run

name: lint
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
lint:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.3.0
- uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop