Skip to content

Commit 3f4f7b2

Browse files
committed
Add debug step to lint step
1 parent 3537120 commit 3f4f7b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
ruby-version: 2.5
6060
bundler-cache: true
6161

62+
- name: Display rubocop version
63+
run: bundle exec rubocop -V
64+
6265
- name: bundle exec rubocop
6366
run: bundle exec rubocop --format progress --color
6467

0 commit comments

Comments
 (0)