Skip to content

Commit

Permalink
Update investigating.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 authored Sep 18, 2024
1 parent 7ba17ae commit 8b83ac0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/investigating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ jobs:
dotnet tool update --global JetBrains.ReSharper.GlobalTools --version ${{ matrix.resharper-version }}
- name: Run ReSharper
run: |
jb inspectcode --output=report.xml --severity=ERROR --absolute-paths TestSolution/TestSolution.sln
- name: Show Report
run: |
cat report.xml
jb inspectcode --version

0 comments on commit 8b83ac0

Please sign in to comment.