diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e42909ee..143c59466 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,14 +44,15 @@ jobs: # - name: Checkout code # uses: actions/checkout@v4 # - uses: ./.github/actions/setup-normal-workspace - # - name: Run detekt + # # detektMain is a LOT slower than detekt, but it does type analysis + # - name: Run detekt main (w/typing analysis) # run: | - # ./gradlew detekt --stacktrace + # ./gradlew detektMain --stacktrace # - name: Annotate detekt failures # if: ${{ !cancelled() }} # run: | # chmod +x .github/scripts/process_detekt_sarif.sh - # ./.github/scripts/process_detekt_sarif.sh versions/1.8.9/build/reports/detekt/detekt.sarif + # ./.github/scripts/process_detekt_sarif.sh versions/1.8.9/build/reports/detekt/main.sarif preprocess: |