mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:07:52 +08:00
Run format check in CI.
This commit is contained in:
parent
fbb83045f3
commit
18840c6319
@ -13,6 +13,12 @@
|
|||||||
"commands": [
|
"commands": [
|
||||||
"dotnet-format"
|
"dotnet-format"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"codefilesanity": {
|
||||||
|
"version": "0.0.33",
|
||||||
|
"commands": [
|
||||||
|
"CodeFileSanity"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -8,6 +8,10 @@ build:
|
|||||||
project: osu.sln
|
project: osu.sln
|
||||||
parallel: true
|
parallel: true
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
after_build:
|
||||||
|
- ps: dotnet tool restore
|
||||||
|
- ps: dotnet CodeFileSanity
|
||||||
|
- ps: dotnet format --dry-run --check
|
||||||
test:
|
test:
|
||||||
assemblies:
|
assemblies:
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user