Skip to content

Commit a2d89cf

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

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
2525

26-
- name: Run Ktlint
27-
uses: lucasnlm/ktlint-action@master
28-
29-
- name: Check code quality
30-
run: ./gradlew thepeer-android:ktlint
26+
# This will be enabled after the code-quality PR is merged
27+
# - name: Run Ktlint
28+
# uses: lucasnlm/ktlint-action@master
29+
#
30+
# - name: Check code quality
31+
# run: ./gradlew thepeer-android:ktlint
3132

3233
- name: Build thepeer-android library
3334
run: ./gradlew thepeer-android:build

0 commit comments

Comments
 (0)