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 971acc4 commit beefe50Copy full SHA for beefe50
.github/workflows/reusable-lint-cs-files.yaml
@@ -133,7 +133,7 @@ jobs:
133
- name: Collect Style Violations Log
134
id: violations-log
135
run: |
136
- output=$(dotnet format analyzers TempProject.csproj --verify-no-changes 2>&1 || echo "Style violation detected")
+ output=$(dotnet format style TempProject.csproj --verify-no-changes 2>&1 || echo "Style violation detected")
137
138
if [ -z "$output" ]; then
139
echo "::notice::No issues were found in the code"
0 commit comments