Skip to content

Merge pull request #681 from ruby/dependabot/github_actions/ruby/setu… #724

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

Merge pull request #681 from ruby/dependabot/github_actions/ruby/setu… #724

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop