2021-01-14 12:17:44 +03:00
|
|
|
Import-Module "$PSScriptRoot/../helpers/Tests.Helpers.psm1" -DisableNameChecking
|
2020-09-10 14:34:08 +03:00
|
|
|
|
|
|
|
|
$os = Get-OSVersion
|
|
|
|
|
|
2021-01-20 14:11:00 +07:00
|
|
|
Describe "SwiftLint" {
|
2021-11-18 17:23:05 +03:00
|
|
|
It "SwiftLint" {
|
2020-09-10 14:34:08 +03:00
|
|
|
"swiftlint version" | Should -ReturnZeroExitCode
|
|
|
|
|
}
|
|
|
|
|
}
|