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