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 3579471 commit a2d89cfCopy full SHA for a2d89cf
.github/workflows/android.yml
@@ -23,11 +23,12 @@ jobs:
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
26
- - name: Run Ktlint
27
- uses: lucasnlm/ktlint-action@master
28
-
29
- - name: Check code quality
30
- run: ./gradlew thepeer-android:ktlint
+# This will be enabled after the code-quality PR is merged
+# - name: Run Ktlint
+# uses: lucasnlm/ktlint-action@master
+#
+# - name: Check code quality
31
+# run: ./gradlew thepeer-android:ktlint
32
33
- name: Build thepeer-android library
34
run: ./gradlew thepeer-android:build
0 commit comments