android: Move ktlintCheck to yuzu-verify
This commit is contained in:
parent
7a556e94e4
commit
1b369e8db2
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