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:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Extract Version from winutil.ps1
id: extract_version
run: |

View File

@ -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 }}