Skip to content

Commit 8e5870e

Browse files
committed
.github/workflows/code.yml: print rubocop version during tests
Output the active rubocop version before running the code linting rules so that GitHub action logs clearly define which static analyzer engine is being used. Signed-off-by: Philip Li <philip.li@intel.com>
1 parent 3662ae3 commit 8e5870e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
ruby-version: ${{ matrix.ruby-version }}
3232
bundler-cache: true
33+
- run: bundle exec rubocop -v
3334
- run: bundle exec rake code
3435

3536
test-packages-debian:

0 commit comments

Comments
 (0)