Skip to content

Commit

Permalink
Add option
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 committed Sep 17, 2024
1 parent 99c2c9f commit 7146dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/investigating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dotnet tool update --global JetBrains.ReSharper.GlobalTools --version ${{ matrix.resharper-version }}
- name: Run ReSharper
run: |
jb inspectcode --output=report.xml --absolute-paths TestSolution/TestSolution.sln
jb inspectcode --output=report.xml --verbosity=WARN --severity=WARNING --absolute-paths TestSolution/TestSolution.sln
- name: Show Report
run: |
cat report.xml

0 comments on commit 7146dd3

Please sign in to comment.