Skip to content

Commit

Permalink
Add detekt CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jan 25, 2024
1 parent 7004b1d commit 3b6e000
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,15 @@ jobs:
build-root-directory: android
execution-only-caches: true

- name: Run detekt
uses: burrunan/gradle-cache-action@v1
with:
job-id: jdk17
arguments: detekt
gradle-version: wrapper
build-root-directory: android
execution-only-caches: true

# Running the AGP lint here rather than in the separate lint workflow
# (android-kotlin-format-check.yml) since it's easier to make use of the running container,
# cache and previously ran tasks.
Expand Down

0 comments on commit 3b6e000

Please sign in to comment.