Skip to content

Commit d576010

Browse files
Rawaalbin-mullvad
authored andcommitted
Add detekt CI step
1 parent ba3ee33 commit d576010

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/android-app.yml

+9
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,15 @@ jobs:
243243
build-root-directory: android
244244
execution-only-caches: true
245245

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+
246255
# Running the AGP lint here rather than in the separate lint workflow
247256
# (android-kotlin-format-check.yml) since it's easier to make use of the running container,
248257
# cache and previously ran tasks.

0 commit comments

Comments
 (0)