From 97d10bc4f7fb868800e7b85d99c44d86cbe5267f Mon Sep 17 00:00:00 2001 From: MODERN <87994977+modern-nm@users.noreply.github.com> Date: Sun, 19 May 2024 15:04:27 +0300 Subject: [PATCH] Update yaml-linter.yml --- .github/workflows/yaml-linter.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/yaml-linter.yml b/.github/workflows/yaml-linter.yml index d27f6d43226..32b933d6f72 100644 --- a/.github/workflows/yaml-linter.yml +++ b/.github/workflows/yaml-linter.yml @@ -28,9 +28,7 @@ jobs: with: dotnet-version: 8.0.203 - name: Install dependencies - run: | - dotnet --version - dotnet restore + run: dotnet restore - name: Build run: dotnet build --configuration Release --no-restore /p:WarningsAsErrors= /m - name: Run Linter