Skip to content

Merge pull request #3327 from rails/dependabot/npm_and_yarn/babel/tra… #1153

Merge pull request #3327 from rails/dependabot/npm_and_yarn/babel/tra…

Merge pull request #3327 from rails/dependabot/npm_and_yarn/babel/tra… #1153

Workflow file for this run

name: Rubocop
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
permissions:
contents: read
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Ruby linter
run: bundle exec rubocop