forked from codeforjapan/decidim-cfj
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b829f32
commit aa1a665
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,12 +25,9 @@ jobs: | |
ruby-version: ${{ inputs.ruby-version }} | ||
bundler-cache: true | ||
|
||
- name: rubocop | ||
uses: reviewdog/[email protected] | ||
with: | ||
rubocop_version: gemfile | ||
rubocop_extensions: rubocop-rails:gemfile rubocop-rspec:gemfile rubocop-faker:gemfile | ||
fail_on_error: true | ||
- name: Lint by RuboCop | ||
run: | | ||
bundle exec rubocop --parallel | ||
unittest: | ||
name: Unit Test | ||
|