Skip to content

Commit eb50e3d

Browse files
Fix ktlint on CI
1 parent d267822 commit eb50e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: ./gradlew :app:assembleDebug
2727

2828
- name: Check Kotlin code style
29-
run: ./gradlew ktlint
29+
run: ./gradlew ktlintCheck
3030

3131
- name: Check project's public API
3232
run: ./gradlew apiCheck

0 commit comments

Comments
 (0)