Skip to content

Commit

Permalink
change tool command names
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored May 12, 2023
1 parent db1d0b3 commit 26e2c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dotnet tool install --global JetBrains.ReSharper.GlobalTools
- name: InspectCode
run: dotnet jb inspectcode DragonFruit.Kaplan.sln --output=inspectcodereport.xml --verbosity=WARN --no-build
run: jb inspectcode DragonFruit.Kaplan.sln --output=inspectcodereport.xml --verbosity=WARN --no-build

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

0 comments on commit 26e2c7f

Please sign in to comment.