Skip to content

Commit

Permalink
Add detekt checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz committed Oct 22, 2024
1 parent 777ef1e commit 0f11857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
- name: Make Gradle executable
run: chmod +x ./gradlew

- name: Detekt Checks
run: ./gradlew detekt

- name: Build with Gradle
run: ./gradlew build

0 comments on commit 0f11857

Please sign in to comment.