mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
Make Resharper inspections fail CI job
As per https://github.com/ppy/osu-framework/pull/4514.
This commit is contained in:
parent
3ef3e33876
commit
451ce04d19
@ -14,8 +14,8 @@
|
||||
"jb"
|
||||
]
|
||||
},
|
||||
"nvika": {
|
||||
"version": "2.0.0",
|
||||
"smoogipoo.nvika": {
|
||||
"version": "1.0.1",
|
||||
"commands": [
|
||||
"nvika"
|
||||
]
|
||||
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -89,7 +89,5 @@ jobs:
|
||||
- name: InspectCode
|
||||
run: dotnet jb inspectcode $(pwd)/osu.Desktop.slnf --output=$(pwd)/inspectcodereport.xml --cachesDir=$(pwd)/inspectcode --verbosity=WARN
|
||||
|
||||
- name: ReSharper
|
||||
uses: glassechidna/resharper-action@master
|
||||
with:
|
||||
report: ${{github.workspace}}/inspectcodereport.xml
|
||||
- name: NVika
|
||||
run: dotnet nvika parsereport "${{github.workspace}}/inspectcodereport.xml" --treatwarningsaserrors
|
||||
|
Loading…
Reference in New Issue
Block a user