Skip to content

Merge pull request #499 from ruby/dependabot/bundler/rubocop-tw-1.51.0 #184

Merge pull request #499 from ruby/dependabot/bundler/rubocop-tw-1.51.0

Merge pull request #499 from ruby/dependabot/bundler/rubocop-tw-1.51.0 #184

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@7d546f4868fb108ed378764d873683f920672ae2 # v1.149.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop