mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
10 lines
244 B
PowerShell
10 lines
244 B
PowerShell
Import-Module "$PSScriptRoot/Helpers.psm1" -DisableNameChecking
|
|
|
|
$os = Get-OSVersion
|
|
|
|
Describe "SwiftLint" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64) {
|
|
It "SwiftLint" {
|
|
"swiftlint version" | Should -ReturnZeroExitCode
|
|
}
|
|
}
|