forked from ShuriZma/suyu
1
0
Fork 0

Disable Android ktlintCheck for now as we don't currently support Android

This commit is contained in:
niansa 2024-03-08 18:59:53 +00:00
parent 3d241d6c48
commit def7154dfb
1 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ if [ ! -z "$DIFF" ]; then
exit 1 exit 1
fi fi
cd src/android #cd src/android
./gradlew ktlintCheck #./gradlew ktlintCheck