android: Move ktlintCheck to yuzu-verify

This commit is contained in:
t895 2024-01-11 21:53:11 -05:00
parent f7a3c135e2
commit cdeaca73c4
3 changed files with 16 additions and 4 deletions

View file

@ -32,3 +32,6 @@ if [ ! -z "$DIFF" ]; then
echo "$DIFF"
exit 1
fi
cd src/android
./gradlew ktlintCheck