mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
[Windows] Add yamllint support for the default Python version only (#1320)
* Add yamllint support * fix yamllint verion output * move yamllint to the Tools section
This commit is contained in:
committed by
GitHub
parent
1f7bfc8b3c
commit
affa6b1297
@@ -247,6 +247,12 @@ Describe "ServiceFabricSDK" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "yamllint" {
|
||||
It "yamllint" {
|
||||
"yamllint --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Svn" {
|
||||
It "svn" {
|
||||
"svn --version --quiet" | Should -ReturnZeroExitCode
|
||||
|
||||
Reference in New Issue
Block a user