Files
runner-images/images/win/scripts/Installers/Install-YAMLLint.ps1
Aleksandr Chebotov affa6b1297 [Windows] Add yamllint support for the default Python version only (#1320)
* Add yamllint support

* fix yamllint verion output

* move yamllint to the Tools section
2020-07-30 17:25:02 +03:00

3 lines
81 B
PowerShell

pip install yamllint
Invoke-PesterTests -TestFile "Tools" -TestName "yamllint"