We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770d323 commit 63d8841Copy full SHA for 63d8841
.github/workflows/android.yml
@@ -23,7 +23,7 @@ jobs:
23
run: chmod +x gradlew
24
25
- name: Check code quality with Ktlint
26
- run: cd thepeer-android && ./gradlew ktlint --stacktrace
+ run: ./gradlew thepeer-android:ktlint --stacktrace
27
28
- name: Build thepeer-android library
29
run: ./gradlew thepeer-android:build
0 commit comments