mirror of
https://github.com/actions/runner-images.git
synced 2026-01-10 20:52:45 +08:00
5 lines
111 B
PowerShell
5 lines
111 B
PowerShell
Describe "yamllint" {
|
|
It "yamllint" {
|
|
"yamllint --version" | Should -ReturnZeroExitCode
|
|
}
|
|
} |