Skip to content

Commit

Permalink
refactor: use rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Nov 8, 2023
1 parent b829f32 commit aa1a665
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
ruby-version: ${{ inputs.ruby-version }}
bundler-cache: true

- name: rubocop
uses: reviewdog/action-rubocop@v2.3.1
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
Expand Down

0 comments on commit aa1a665

Please sign in to comment.