Remove nowarn from yaml linter action

This commit is contained in:
DrSmugleaf
2021-03-05 02:38:09 +01:00
parent 240fe207b8
commit 892bd7acb1

View File

@@ -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 /nowarn /m run: dotnet build --configuration Release --no-restore /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