mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
9 lines
221 B
PowerShell
9 lines
221 B
PowerShell
Import-Module "$PSScriptRoot/../helpers/Tests.Helpers.psm1"
|
|
|
|
$os = Get-OSVersion
|
|
|
|
Describe "Linters" {
|
|
It "SwiftLint" -Skip:($os.IsHighSierra) {
|
|
"swiftlint version" | Should -ReturnZeroExitCode
|
|
}
|
|
} |