Skip to content

🤖 Sync org-wide files to upstream repo #291

🤖 Sync org-wide files to upstream repo

🤖 Sync org-wide files to upstream repo #291

Workflow file for this run

name: Rubocop
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@6cecb48364174b0952995175c55f9bf5527e6682
with:
ruby-version: 3.2.1
- name: Install gems
run: |
gem install rubocop
gem install rubocop-minitest
gem install rubocop-performance
- name: Run Rubocop
run: rubocop --except Metrics