From 0507e8b55ad2e5756191ad546a1eb1d23aafb4d9 Mon Sep 17 00:00:00 2001 From: David Cole <40234707+DavidArthurCole@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:53:39 -0400 Subject: Backend Fix: Detekt Runner (#2812) --- .github/workflows/detekt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml index f4251d798..97909596a 100644 --- a/.github/workflows/detekt.yml +++ b/.github/workflows/detekt.yml @@ -29,6 +29,7 @@ jobs: run: | ./gradlew detektMain --stacktrace - name: Check if SARIF file exists + if: always() id: check_sarif run: | if [ -f "versions/1.8.9/build/reports/detekt/main.sarif" ]; then -- cgit