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 1ba2bcc commit 3579471Copy full SHA for 3579471
.github/workflows/android.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: lucasnlm/ktlint-action@master
28
29
- name: Check code quality
30
- run: ./gradlew ktlint
+ run: ./gradlew thepeer-android:ktlint
31
32
- name: Build thepeer-android library
33
run: ./gradlew thepeer-android:build
0 commit comments