Skip to content

Commit f97db79

Browse files
committed
fix(ci): support pwsh whitespace checks
- replace unsupported Unicode escape syntax in the local PowerShell whitespace checker
1 parent f403514 commit f97db79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build/Agent/check-whitespace.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Get-Content check-results.log | ForEach-Object {
8383
}
8484

8585
if ($problems.Count -gt 0) {
86-
Write-Host "`u26A0`uFE0F Please review the output for further information."
86+
Write-Host 'WARNING: Please review the output for further information.'
8787
Write-Host '### A whitespace issue was found in one or more of the commits.'
8888
Write-Host ''
8989
Write-Host 'Errors:'

0 commit comments

Comments
 (0)