File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 55 - ' dependabot/**'
66 pull_request :
77jobs :
8- reviewdog :
8+ rubocop :
99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out code
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 :
Original file line number Diff line number Diff 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'
2525end
You can’t perform that action at this time.
0 commit comments