Skip to content

Commit aba16eb

Browse files
committed
ci: Run rubocop without reviewdog
1 parent 8a1c033 commit aba16eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ jobs:
1515
ruby-version: '3.3'
1616
bundler-cache: true
1717
- name: rubocop
18-
uses: reviewdog/action-rubocop@v2
19-
with:
20-
rubocop_version: gemfile
21-
github_token: ${{ secrets.github_token }}
22-
reporter: github-check
18+
run: bundle exec rubocop
2319
rspec:
2420
runs-on: ubuntu-latest
2521
strategy:

0 commit comments

Comments
 (0)