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 75f4083 commit 6f41a94
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 6f41a94

Please sign in to comment.