We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7fa81 commit d62ebd7Copy full SHA for d62ebd7
.github/workflows/ci_cd.yml
@@ -37,7 +37,7 @@ jobs:
37
run: dotnet format --verify-no-changes || true
38
39
- name: Static Analysis (Roslyn)
40
- run: dotnet build --no-restore -warnaserror
+ run: dotnet build --no-restore
41
42
- name: SonarCloud Analysis
43
uses: SonarSource/sonarcloud-github-action@master
0 commit comments