From 892bd7acb143c7b95fb5d410056e2cc863c2d2e6 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Fri, 5 Mar 2021 02:38:09 +0100 Subject: [PATCH] Remove nowarn from yaml linter action --- .github/workflows/yaml-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yaml-linter.yml b/.github/workflows/yaml-linter.yml index 227ab7c1a8..5d0959c0c5 100644 --- a/.github/workflows/yaml-linter.yml +++ b/.github/workflows/yaml-linter.yml @@ -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