From 3172cafdb75d303f3d284755f7502821cad23dfb Mon Sep 17 00:00:00 2001 From: Steven Lizano Date: Tue, 28 May 2024 11:07:02 -0600 Subject: [PATCH] add dotnet format --- ci/scripts/linter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/linter.sh b/ci/scripts/linter.sh index 703404502..04529d15b 100755 --- a/ci/scripts/linter.sh +++ b/ci/scripts/linter.sh @@ -25,6 +25,7 @@ for file in $changed_files; do echo "$file" done +dotnet format --include $changed_files --verify-no-changes --no-restore # Run dotnet format command # if ! dotnet format --include $changed_files --verify-no-changes --no-restore; then # echo "Errors or warnings encountered while formatting."