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