mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
CI: Fixing transcoder and webapp build on the coding style check
This commit is contained in:
parent
e7b93393f4
commit
e0aa81e963
2
.github/workflows/coding-style.yml
vendored
2
.github/workflows/coding-style.yml
vendored
@ -12,4 +12,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.x
|
dotnet-version: 5.0.x
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
run: dotnet build -p:CheckCodingStyle=true -p:TreatWarningsAsErrors=true
|
run: dotnet build -p:CheckCodingStyle=true -p:TreatWarningsAsErrors=true '-p:SkipTranscoder=true;SkipWebApp=true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user