mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 12:06:59 +00:00
10 lines
215 B
PowerShell
10 lines
215 B
PowerShell
Import-Module "$PSScriptRoot/Helpers.psm1" -DisableNameChecking
|
|
|
|
$os = Get-OSVersion
|
|
|
|
Describe "SwiftLint" -Skip:($os.IsArm64) {
|
|
It "SwiftLint" {
|
|
"swiftlint version" | Should -ReturnZeroExitCode
|
|
}
|
|
}
|