Files
runner-images-sangeeth/images/win/scripts/Tests/PipxPackages.Test.ps1
T

5 lines
111 B
PowerShell
Raw Normal View History

2020-10-08 16:57:24 +03:00
Describe "yamllint" {
It "yamllint" {
"yamllint --version" | Should -ReturnZeroExitCode
}
}