From c4e1a55ecfbb16e515ef43a79943ac7a755db426 Mon Sep 17 00:00:00 2001 From: "Corteggiani, Nassim" Date: Mon, 10 Jun 2024 14:11:30 +0200 Subject: [PATCH] dummy mode --- .github/workflows/rust-clippy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index d9a2473..8e332ba 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -39,6 +39,8 @@ jobs: with: toolchain: stable components: clippy + command: build + env: PRESIFUZZ_DUMMY=1 - name: Install required cargo run: cargo install clippy-sarif sarif-fmt - name: Run rust-clippy