Skip to content

Bump ruby/setup-ruby from 1.179.1 to 1.180.0 #406

Bump ruby/setup-ruby from 1.179.1 to 1.180.0

Bump ruby/setup-ruby from 1.179.1 to 1.180.0 #406

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@a5ac7e51b41094c92402da3b24376905380afc29 # v3.3.0
- uses: ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop