Skip to content

Commit 324e162

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

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'dependabot/**'
66
pull_request:
77
jobs:
8-
reviewdog:
8+
rubocop:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code
@@ -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:

rspec-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
2121
# Specify which files should be added to the gem when it is released.
2222
spec.files = Dir['{lib}/**/*']
2323

24-
spec.add_runtime_dependency 'rspec-core', '~> 3.0'
24+
spec.add_dependency 'rspec-core', '~> 3.0'
2525
end

0 commit comments

Comments
 (0)