Skip to content

Update rubocop requirement from ~> 1.48.1 to ~> 1.49.0 #150

Update rubocop requirement from ~> 1.48.1 to ~> 1.49.0

Update rubocop requirement from ~> 1.48.1 to ~> 1.49.0 #150

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