Skip to content

Merge pull request #748 from ruby/dependabot/github_actions/ruby/setu… #924

Merge pull request #748 from ruby/dependabot/github_actions/ruby/setu…

Merge pull request #748 from ruby/dependabot/github_actions/ruby/setu… #924

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop