Skip to content

Merge pull request #757 from ruby/dependabot/github_actions/actions/c… #954

Merge pull request #757 from ruby/dependabot/github_actions/actions/c…

Merge pull request #757 from ruby/dependabot/github_actions/actions/c… #954

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop