Skip to content

Release 1.0.23

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 20:13
e07eb3b
Refactor format-check script to include path options (#9)

 The task now supports the use of includePath and excludePath for better control over the format checking scope.
 On failure of the dotnet format command, the task exits with non-zero code and displays error messages.
 The task only fails if there are active issues, otherwise it marks as success.