From ebb98d7de6e3f7d6dd9e6cfb910d63f484b95f39 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Sun, 23 Jun 2024 09:34:10 +0300 Subject: [PATCH] Remove All Trailing Whitespace Characters in '.yaml' Files --- .github/workflows/release.yaml | 2 +- .github/workflows/unittests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc3e679b..81267e7f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - + - name: Extract Version from winutil.ps1 id: extract_version run: | diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index a83604d4..659d9ab1 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -1,7 +1,7 @@ name: Unit Tests on: - push: + push: jobs: lint: @@ -34,7 +34,7 @@ jobs: run: | Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process Invoke-Pester -Path 'pester/*.Tests.ps1' -Output Detailed - + shell: pwsh env: TEMP: ${{ runner.temp }} \ No newline at end of file