Skip to content

Merge pull request #747 from ruby/claude/confident-villani-59a7bb #918

Merge pull request #747 from ruby/claude/confident-villani-59a7bb

Merge pull request #747 from ruby/claude/confident-villani-59a7bb #918

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@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop