2023-11-28 02:25:03 +01:00
|
|
|
Import-Module "$PSScriptRoot/Helpers.psm1" -DisableNameChecking
|
2023-11-15 12:12:28 +01:00
|
|
|
|
|
|
|
|
$os = Get-OSVersion
|
|
|
|
|
|
2025-09-11 23:49:57 +02:00
|
|
|
Describe "SwiftLint" -Skip:($os.IsArm64) {
|
2023-11-15 12:12:28 +01:00
|
|
|
It "SwiftLint" {
|
|
|
|
|
"swiftlint version" | Should -ReturnZeroExitCode
|
|
|
|
|
}
|
|
|
|
|
}
|