Skip to content

Commit 948d7c6

Browse files
committed
Fix YAML lint
1 parent 0c25c6c commit 948d7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ jobs:
174174
run: |
175175
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
176176
RefreshEnv
177-
powershell.exe -NoLogo -File $env:TEMP\test-script\run.ps1; exit $LastExitCode
177+
powershell.exe -NoLogo -File $env:TEMP\test-script\run.ps1; exit $LastExitCode

0 commit comments

Comments
 (0)