Remove All Trailing Whitespace Characters in '.yaml' Files

This commit is contained in:
Mr.k 2024-06-23 09:34:10 +03:00
parent 6dc2bf9cb9
commit ebb98d7de6
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Extract Version from winutil.ps1 - name: Extract Version from winutil.ps1
id: extract_version id: extract_version
run: | run: |

View File

@ -1,7 +1,7 @@
name: Unit Tests name: Unit Tests
on: on:
push: push:
jobs: jobs:
lint: lint:
@ -34,7 +34,7 @@ jobs:
run: | run: |
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
Invoke-Pester -Path 'pester/*.Tests.ps1' -Output Detailed Invoke-Pester -Path 'pester/*.Tests.ps1' -Output Detailed
shell: pwsh shell: pwsh
env: env:
TEMP: ${{ runner.temp }} TEMP: ${{ runner.temp }}