Skip to content

Commit

Permalink
Show clippy version in clippy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jan 15, 2021
1 parent e8c4337 commit f9f6e40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
components: ${{ matrix.component }}

- name: clippy version
run: cargo clippy --version
if: ${{ matrix.component == 'clippy' }}

- name: Check
run: cargo ${{ matrix.cargo_cmd }}

Expand Down

0 comments on commit f9f6e40

Please sign in to comment.