Add detekt to CI run

This commit is contained in:
Wolf Montwé 2023-03-07 09:52:11 +01:00
parent 39d659dae1
commit 58c5d7d470
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72

View file

@ -28,4 +28,4 @@ jobs:
distribution: temurin
java-version: 17
- uses: gradle/gradle-build-action@v2
- run: ./gradlew assembleDebug spotlessCheck testsOnCi
- run: ./gradlew assembleDebug detekt spotlessCheck testsOnCi