Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Moeki Kawakami committed Mar 4, 2024
1 parent 1b1c160 commit f4407ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ jobs:
- name: Use ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.1'
ruby-version: 3.1

- name: rubocop
- name: Run rubocop
uses: reviewdog/action-rubocop@v2
if: ${{ always() }}
timeout-minutes: 10
with:
rubocop_version: gemfile
rubocop_extensions: rubocop-performance:gemfile
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
fail_on_error: true

detect-secrets:
Expand Down

0 comments on commit f4407ae

Please sign in to comment.