From 4e4c41eb034301e67edf261a721fd8abf60ab07e Mon Sep 17 00:00:00 2001 From: kozabrada123 Date: Thu, 8 Aug 2024 19:46:14 +0200 Subject: [PATCH] fix: missed a - --- .github/workflows/cargo-doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cargo-doc.yml b/.github/workflows/cargo-doc.yml index 38fd8a8..6660cac 100644 --- a/.github/workflows/cargo-doc.yml +++ b/.github/workflows/cargo-doc.yml @@ -26,7 +26,7 @@ jobs: - name: Run cargo doc run: - cargo doc -no-deps --all-features --locked --message-format=json | clippy-sarif | tee cargo-doc-results.sarif | sarif-fmt + cargo doc --no-deps --all-features --locked --message-format=json | clippy-sarif | tee cargo-doc-results.sarif | sarif-fmt continue-on-error: true - name: Upload analysis results to GitHub