Skip to content

Commit 63d8841

Browse files
committed
updated build file
1 parent 770d323 commit 63d8841

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
@@ -23,7 +23,7 @@ jobs:
2323
run: chmod +x gradlew
2424

2525
- name: Check code quality with Ktlint
26-
run: cd thepeer-android && ./gradlew ktlint --stacktrace
26+
run: ./gradlew thepeer-android:ktlint --stacktrace
2727

2828
- name: Build thepeer-android library
2929
run: ./gradlew thepeer-android:build

0 commit comments

Comments
 (0)