Files
runner-images/images/macos/tests/Linters.Tests.ps1
T

9 lines
219 B
PowerShell
Raw Normal View History

Import-Module "$PSScriptRoot/../helpers/Tests.Helpers.psm1" -DisableNameChecking
2020-09-10 14:34:08 +03:00
$os = Get-OSVersion
Describe "SwiftLint" {
It "SwiftLint" {
2020-09-10 14:34:08 +03:00
"swiftlint version" | Should -ReturnZeroExitCode
}
}