Skip to content

Commit 4058cdc

Browse files
committed
Run rubocop task
1 parent 3cd21e3 commit 4058cdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
run: bundle exec rake
2929
env:
3030
RUBYOPT: --enable-frozen_string_literal
31+
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
32+
run: bundle exec rake rubocop
3133

0 commit comments

Comments
 (0)