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