Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VanDulti authored May 21, 2024
1 parent 29f5ec2 commit 4756875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet restore
# Run code analysis for all projects/solutions, such that code analysis violations break the build.
- name: Run dotnet format (code formatting check)
run: dotnet format --report --report-format=sarif --verbosity detailed
run: dotnet format --report format.sarif --report-format=sarif --verbosity detailed
continue-on-error: true
- name: Upload format report
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4756875

Please sign in to comment.