diff options
| author | 2024-01-13 20:23:02 -0500 | |
|---|---|---|
| committer | 2024-01-13 20:23:02 -0500 | |
| commit | da714a362b159cfc02bd606a0dedf0d50f4dfa79 (patch) | |
| tree | 742072bed52d07dae8aa7a8e6e22d640aca9fdb7 /.ci/scripts/format/script.sh | |
| parent | Merge pull request #12605 from german77/abstract (diff) | |
| parent | android: Move ktlintCheck to yuzu-verify (diff) | |
| download | yuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.tar.gz yuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.tar.xz yuzu-da714a362b159cfc02bd606a0dedf0d50f4dfa79.zip | |
Merge pull request #12666 from t895/ktlint-yuzu-verify
android: Move ktlintCheck to yuzu-verify
Diffstat (limited to '.ci/scripts/format/script.sh')
| -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 | |||
| 32 | echo "$DIFF" | 32 | echo "$DIFF" |
| 33 | exit 1 | 33 | exit 1 |
| 34 | fi | 34 | fi |
| 35 | |||
| 36 | cd src/android | ||
| 37 | ./gradlew ktlintCheck | ||