Skip to content

Commit 04d0dd3

Browse files
committed
add rubocop to ruby workflow
1 parent e4a4944 commit 04d0dd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ruby.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ jobs:
3636
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3737
- name: Run tests
3838
run: bundle exec rspec
39+
- name: Run Rubocop
40+
run: bundle exec rubocop

0 commit comments

Comments
 (0)