mirror of https://github.com/ppy/osu
Revert "Disable re-building project via `inspectcode`"
This reverts commit a51f036fa3
.
This commit is contained in:
parent
a51f036fa3
commit
6554f84a9f
|
@ -88,7 +88,7 @@ jobs:
|
|||
# run: dotnet format --dry-run --check
|
||||
|
||||
- name: InspectCode
|
||||
run: dotnet jb inspectcode $(pwd)/osu.Desktop.slnf --no-build --output=$(pwd)/inspectcodereport.xml --cachesDir=$(pwd)/inspectcode --verbosity=WARN
|
||||
run: dotnet jb inspectcode $(pwd)/osu.Desktop.slnf --output=$(pwd)/inspectcodereport.xml --cachesDir=$(pwd)/inspectcode --verbosity=WARN
|
||||
|
||||
- name: NVika
|
||||
run: dotnet nvika parsereport "${{github.workspace}}/inspectcodereport.xml" --treatwarningsaserrors
|
||||
|
|
Loading…
Reference in New Issue