[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:
Aleksandr Chebotov
2020-07-30 17:25:02 +03:00
committed by GitHub
parent 1f7bfc8b3c
commit affa6b1297
6 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
pip install yamllint
Invoke-PesterTests -TestFile "Tools" -TestName "yamllint"