Skip to content

Commit

Permalink
.github/workflows/code.yml: show rubocop version
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
rli9 committed Jan 14, 2024
1 parent 74343e2 commit ea1a9c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
run: bundle Install
- run: rubocop -v
- name: Run tests
run: bundle exec rake code

0 comments on commit ea1a9c0

Please sign in to comment.