5 lines
111 B
PowerShell
5 lines
111 B
PowerShell
Describe "yamllint" {
|
|
It "yamllint" {
|
|
"yamllint --version" | Should -ReturnZeroExitCode
|
|
}
|
|
} |