Skip to content

Commit

Permalink
Remove Detekt in android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 authored Feb 7, 2025
1 parent 0308841 commit f2f5f9f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Run detekt
uses: iwata-n/[email protected]
with:
rule: ./detekt_rule.xml
result: ./build/detekt_result.xml
workdir: .
filter: "*.kt"

- name: Check build
run: ./gradlew check

Expand Down

0 comments on commit f2f5f9f

Please sign in to comment.