From 8b83ac0e6be4e86a4fb36f7a85491750b083c63e Mon Sep 17 00:00:00 2001 From: muno92 <34187067+muno92@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:07:04 +0900 Subject: [PATCH] Update investigating.yml --- .github/workflows/investigating.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/investigating.yml b/.github/workflows/investigating.yml index a7c2709..aa459ed 100644 --- a/.github/workflows/investigating.yml +++ b/.github/workflows/investigating.yml @@ -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