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
|
|
|
|
|
|
2024-09-03 18:45:06 +02:00
|
|
|
Describe "SwiftLint" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64 -or $os.IsSequoiaArm64) {
|
2023-11-15 12:12:28 +01:00
|
|
|
It "SwiftLint" {
|
|
|
|
|
"swiftlint version" | Should -ReturnZeroExitCode
|
|
|
|
|
}
|
|
|
|
|
}
|