Remove nowarn from yaml linter action
This commit is contained in:
2
.github/workflows/yaml-linter.yml
vendored
2
.github/workflows/yaml-linter.yml
vendored
@@ -23,6 +23,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore /nowarn /m
|
||||
run: dotnet build --configuration Release --no-restore /m
|
||||
- name: Run Linter
|
||||
run: dotnet run --project Content.YAMLLinter/Content.YAMLLinter.csproj --no-build
|
||||
|
||||
Reference in New Issue
Block a user