Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
CI 프로세스에 detekt 추가
  • Loading branch information
gogoadl committed Apr 17, 2024
1 parent a411932 commit d85dafc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
gradlePath: app/build.gradle # or app/build.gradle.kts
versionCode: ${{github.run_number}}
versionName: ${{env.RELEASE_VERSION}}


- name: Run Detekt
run: ./gradlew detekt

- name: Build Debug APK
run: ./gradlew assembleDebug

Expand Down

0 comments on commit d85dafc

Please sign in to comment.