Skip to content

Commit 09470f6

Browse files
committed
Add code quality scanning
1 parent 3e4621d commit 09470f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
cargo install cargo-sonar
101101
cargo clippy --message-format json > my-clippy-report.json
102-
cargo sonar --issues clippy --clippy-path my-clippy-report.json
102+
cargo sonar --clippy-path my-clippy-report.json
103103
104104
- name: Generate code coverage
105105
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

0 commit comments

Comments
 (0)