diff options
| author | David Cole <40234707+DavidArthurCole@users.noreply.github.com> | 2024-10-24 18:53:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-25 09:53:39 +1100 |
| commit | 0507e8b55ad2e5756191ad546a1eb1d23aafb4d9 (patch) | |
| tree | 8fff10594f27fd4dbee280ff27c65e3e0e81fa5c | |
| parent | 3faabc82ca6ce9299d8d0471cc814166aa2e4383 (diff) | |
| download | SkyHanni-0507e8b55ad2e5756191ad546a1eb1d23aafb4d9.tar.gz SkyHanni-0507e8b55ad2e5756191ad546a1eb1d23aafb4d9.tar.bz2 SkyHanni-0507e8b55ad2e5756191ad546a1eb1d23aafb4d9.zip | |
Backend Fix: Detekt Runner (#2812)
| -rw-r--r-- | .github/workflows/detekt.yml | 1 |
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 |
