Skip to content

Commit 3579471

Browse files
committed
added ktlint check to CI
1 parent 1ba2bcc commit 3579471

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
@@ -27,7 +27,7 @@ jobs:
2727
uses: lucasnlm/ktlint-action@master
2828

2929
- name: Check code quality
30-
run: ./gradlew ktlint
30+
run: ./gradlew thepeer-android:ktlint
3131

3232
- name: Build thepeer-android library
3333
run: ./gradlew thepeer-android:build

0 commit comments

Comments
 (0)