Files
runner-images/images/win/scripts/Tests/PipxPackages.Test.ps1
2020-10-08 16:57:24 +03:00

5 lines
111 B
PowerShell

Describe "yamllint" {
It "yamllint" {
"yamllint --version" | Should -ReturnZeroExitCode
}
}