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