Add swiftformat for all macOS versions except HS (#3170)

This commit is contained in:
Mikhail Timofeev
2021-04-14 10:22:41 +03:00
committed by GitHub
parent 51d9ece7fe
commit 579dea7415
6 changed files with 16 additions and 1 deletions
@@ -164,7 +164,8 @@ if( -not $os.IsHighSierra) {
(Get-GHCupVersion),
(Get-GHCVersion),
(Get-CabalVersion),
(Get-StackVersion)
(Get-StackVersion),
(Get-SwiftFormatVersion)
)
}