added pipx and yamllint

This commit is contained in:
Nikita Bykov
2020-10-08 16:57:24 +03:00
parent 7459f57aac
commit 48c3a310a5
11 changed files with 71 additions and 14 deletions

View File

@@ -214,12 +214,6 @@ Describe "ServiceFabricSDK" {
}
}
Describe "yamllint" {
It "yamllint" {
"yamllint --version" | Should -ReturnZeroExitCode
}
}
Describe "Svn" {
It "svn" {
"svn --version --quiet" | Should -ReturnZeroExitCode
@@ -269,3 +263,9 @@ Describe "Zstd" {
"zstd -V" | Should -ReturnZeroExitCode
}
}
Describe "Pipx" {
It "Pipx" {
"pipx --version" | Should -ReturnZeroExitCode
}
}