Skip to content

Commit 948d7c6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

+1-1
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)