Skip to content

Commit

Permalink
Fix ktlint on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Nov 20, 2023
1 parent d267822 commit eb50e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ./gradlew :app:assembleDebug

- name: Check Kotlin code style
run: ./gradlew ktlint
run: ./gradlew ktlintCheck

- name: Check project's public API
run: ./gradlew apiCheck
Expand Down

0 comments on commit eb50e3d

Please sign in to comment.