Skip to content

Commit

Permalink
build(github): Let Detekt also check main with type resolution
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Feb 23, 2024
1 parent 8936311 commit 5d12d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: gradle/gradle-build-action@v3
with:
gradle-home-cache-cleanup: true
arguments: detektTestFixtures detektTest detektFunTest
arguments: detektMain detektTestFixtures detektTest detektFunTest
- name: Upload SARIF File
uses: github/codeql-action/upload-sarif@v3
if: ${{ always() }} # Upload even if the previous step failed.
Expand Down

0 comments on commit 5d12d9b

Please sign in to comment.