diff options
author | t895 <[email protected]> | 2024-01-11 21:53:11 -0500 |
---|---|---|
committer | t895 <[email protected]> | 2024-01-13 17:41:01 -0500 |
commit | cdeaca73c460fa4a85d2f7d493828711f90e8747 (patch) | |
tree | 742072bed52d07dae8aa7a8e6e22d640aca9fdb7 /.ci | |
parent | f7a3c135e2f17cc00d1f006146afc73a21408e3a (diff) | |
download | yuzu-android-cdeaca73c460fa4a85d2f7d493828711f90e8747.tar.gz yuzu-android-cdeaca73c460fa4a85d2f7d493828711f90e8747.zip |
android: Move ktlintCheck to yuzu-verify
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/scripts/format/script.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/scripts/format/script.sh b/.ci/scripts/format/script.sh index c22398de0..f9c63dbfa 100755 --- a/.ci/scripts/format/script.sh +++ b/.ci/scripts/format/script.sh @@ -32,3 +32,6 @@ if [ ! -z "$DIFF" ]; then echo "$DIFF" exit 1 fi + +cd src/android +./gradlew ktlintCheck |