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