Skip to content

Commit e546ed8

Browse files
refactor: Simplify test job object structure and enhance outcome comparison in Test-ActionResults.ps1
1 parent ead4e65 commit e546ed8

2 files changed

Lines changed: 94 additions & 263 deletions

File tree

.github/linters/.powershell-psscriptanalyzer.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
}
5151
}
5252
ExcludeRules = @(
53+
'PSAvoidUsingWriteHost', # Write-Host is intentionally used for GitHub Actions workflow commands and test output.
5354
'PSMissingModuleManifestField', # This rule is not applicable until the module is built.
5455
'PSUseToExportFieldsInManifest'
5556
)

0 commit comments

Comments
 (0)