From 0c8b9e88cf993be56ce7466ad5c6b04bef1244b3 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 22 May 2026 02:39:12 -0400 Subject: [PATCH] testing: Debug Format CI Test Failure Signed-off-by: Will Hawkins --- ci/format.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/format.sh b/ci/format.sh index ef84845..e564de3 100755 --- a/ci/format.sh +++ b/ci/format.sh @@ -7,7 +7,8 @@ swift format --recursive -i Sources/ 2>&1 >/dev/null mc=`git status . | grep modified | wc -l | sed 's/ //g'` if [ ${mc} -ne 0 ]; then + git status . exit 1 fi -exit 0 \ No newline at end of file +exit 0