We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3ee33 commit d576010Copy full SHA for d576010
.github/workflows/android-app.yml
@@ -243,6 +243,15 @@ jobs:
243
build-root-directory: android
244
execution-only-caches: true
245
246
+ - name: Run detekt
247
+ uses: burrunan/gradle-cache-action@v1
248
+ with:
249
+ job-id: jdk17
250
+ arguments: detekt
251
+ gradle-version: wrapper
252
+ build-root-directory: android
253
+ execution-only-caches: true
254
+
255
# Running the AGP lint here rather than in the separate lint workflow
256
# (android-kotlin-format-check.yml) since it's easier to make use of the running container,
257
# cache and previously ran tasks.
0 commit comments