summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-14 02:23:02 +0100
committerGitHub <noreply@github.com>2024-01-14 02:23:02 +0100
commitda714a362b159cfc02bd606a0dedf0d50f4dfa79 (patch)
tree742072bed52d07dae8aa7a8e6e22d640aca9fdb7 /.ci
parentMerge pull request #12605 from german77/abstract (diff)
parentandroid: Move ktlintCheck to yuzu-verify (diff)
downloadyuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.tar
yuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.tar.gz
yuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.tar.bz2
yuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.tar.lz
yuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.tar.xz
yuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.tar.zst
yuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.zip
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/scripts/format/script.sh3
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