Skip to content

Merge pull request #645 from ruby/dependabot/github_actions/step-secu… #608

Merge pull request #645 from ruby/dependabot/github_actions/step-secu…

Merge pull request #645 from ruby/dependabot/github_actions/step-secu… #608

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop