mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08: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
3
images/win/scripts/Installers/Install-YAMLLint.ps1
Normal file
3
images/win/scripts/Installers/Install-YAMLLint.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
pip install yamllint
|
||||
|
||||
Invoke-PesterTests -TestFile "Tools" -TestName "yamllint"
|
||||
Reference in New Issue
Block a user