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

View File

@@ -18,6 +18,12 @@ Describe "Subversion" {
}
}
Describe "SwiftFormat" {
It "SwiftFormat" {
"swiftformat --version" | Should -ReturnZeroExitCode
}
}
Describe "Go" {
It "Go" {
"go version" | Should -ReturnZeroExitCode