android: Move ktlintCheck to yuzu-verify
This commit is contained in:
parent
f7a3c135e2
commit
cdeaca73c4
3 changed files with 16 additions and 4 deletions
|
@ -32,3 +32,6 @@ if [ ! -z "$DIFF" ]; then
|
|||
echo "$DIFF"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd src/android
|
||||
./gradlew ktlintCheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue