Add GitHub action checks for Rubocop

This commit is contained in:
Sebastian Serth
2022-08-08 18:53:06 +02:00
parent 8404c43a30
commit f38238aa22

View File

@ -98,4 +98,12 @@ jobs:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop --parallel
uses: reviewdog/action-rubocop@v2
with:
filter_mode: nofilter
rubocop_version: gemfile
rubocop_extensions: rubocop-rails:gemfile rubocop-rspec:gemfile rubocop-performance:gemfile
rubocop_flags: --parallel
reporter: github-check
skip_install: true
use_bundler: true