Skip to content

Commit

Permalink
output clippy version
Browse files Browse the repository at this point in the history
  • Loading branch information
jglynn committed Nov 2, 2023
1 parent f7198f9 commit 53560eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cosmwasm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Inspect
run: |
# cargo fmt --all -- --check
cargo clippy --version
cargo clippy --message-format=json > target/clippy-report.json
cargo sonar --clippy-path target/clippy-report.json
mv sonar-issues.json target/sonar-issues.json
Expand Down

0 comments on commit 53560eb

Please sign in to comment.