Skip to content

Add support for the RuboCop --list option #51

Add support for the RuboCop --list option

Add support for the RuboCop --list option #51

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
name: RuboCop Linter
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop