Skip to content

Commit

Permalink
add dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 28, 2024
1 parent 9ffe4a0 commit 3172caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 3172caf

Please sign in to comment.