Make the YAML linter build step ignore nullable warnings
Now it will run even if there are nullable warnings.
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
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --configuration Release --no-restore /m
|
run: dotnet build --configuration Release --no-restore /p:WarningsAsErrors= /m
|
||||||
- name: Run Linter
|
- name: Run Linter
|
||||||
run: dotnet run --project Content.YAMLLinter/Content.YAMLLinter.csproj --no-build
|
run: dotnet run --project Content.YAMLLinter/Content.YAMLLinter.csproj --no-build
|
||||||
|
|||||||
Reference in New Issue
Block a user