Skip to content

Merge pull request #726 from ruby/dependabot/github_actions/dependabo… #872

Merge pull request #726 from ruby/dependabot/github_actions/dependabo…

Merge pull request #726 from ruby/dependabot/github_actions/dependabo… #872

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop