We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e16786 commit 46f4400Copy full SHA for 46f4400
.github/workflows/format-cs-files.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Install dotnet-format tool
37
run: dotnet tool install -g dotnet-format
38
- run: |
39
+ echo "has-changes=true" >> "$GITHUB_OUTPUT"
40
dotnet format whitespace --verify-no-changes --verbosity diagnostic
41
dotnet format style --verify-no-changes --verbosity diagnostic
42
dotnet format analyzers --verify-no-changes --diagnostics IDE0073 --verbosity diagnostic
0 commit comments