1 parent 6e223d5 commit 4535f5cCopy full SHA for 4535f5c
1 file changed
.github/workflows/pr_validation.yml
@@ -70,7 +70,7 @@ jobs:
70
$installDirectory | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
71
72
- name: "Verify copyright headers"
73
- shell: pwsh
+ shell: pwsh -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command ". '{0}'"
74
run: ./scripts/Add-FileHeaders.ps1 -Verify
75
76
- name: "Verify compatible PowerShell 7.6 is available (SPEC.POWERSHELL.md §13 oracle gate)"
0 commit comments