mirror of
https://github.com/actions/runner-images.git
synced 2026-01-02 16:24:24 +08:00
* removed pypy version workaround for macOS 10.13 * fix toolcache test on macos * fixed an error * disable strict name checking for imported powershell modules * Ruby 3.0 doesn't exists on 10.13 Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
9 lines
242 B
PowerShell
9 lines
242 B
PowerShell
Import-Module "$PSScriptRoot/../helpers/Tests.Helpers.psm1" -DisableNameChecking
|
|
|
|
$os = Get-OSVersion
|
|
|
|
Describe "Linters" {
|
|
It "SwiftLint" -Skip:($os.IsHighSierra) {
|
|
"swiftlint version" | Should -ReturnZeroExitCode
|
|
}
|
|
} |