aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cole <40234707+DavidArthurCole@users.noreply.github.com>2024-10-24 18:53:39 -0400
committerGitHub <noreply@github.com>2024-10-25 09:53:39 +1100
commit0507e8b55ad2e5756191ad546a1eb1d23aafb4d9 (patch)
tree8fff10594f27fd4dbee280ff27c65e3e0e81fa5c
parent3faabc82ca6ce9299d8d0471cc814166aa2e4383 (diff)
downloadSkyHanni-0507e8b55ad2e5756191ad546a1eb1d23aafb4d9.tar.gz
SkyHanni-0507e8b55ad2e5756191ad546a1eb1d23aafb4d9.tar.bz2
SkyHanni-0507e8b55ad2e5756191ad546a1eb1d23aafb4d9.zip
Backend Fix: Detekt Runner (#2812)
-rw-r--r--.github/workflows/detekt.yml1
1 files changed, 1 insertions, 0 deletions
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