Skip to content

Commit

Permalink
turn down verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 27, 2021
1 parent e9e540c commit 95fb878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codequality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: dotnet jb inspectcode ${{github.workspace}}/DragonFruit.Common.sln --output=${{github.workspace}}/inspectcodereport.xml --cachesDir=${{github.workspace}}/inspectcode --verbosity=WARN

- name: NVika
run: dotnet nvika parsereport "${{github.workspace}}/inspectcodereport.xml" --treatwarningsaserrors
run: dotnet nvika parsereport "${{github.workspace}}/inspectcodereport.xml"

0 comments on commit 95fb878

Please sign in to comment.