mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 17:18:52 +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
@@ -339,7 +339,8 @@
|
||||
"scripts":[
|
||||
"{{ template_dir }}/scripts/Installers/Install-PyPy.ps1",
|
||||
"{{ template_dir }}/scripts/Installers/Install-Toolset.ps1",
|
||||
"{{ template_dir }}/scripts/Installers/Configure-Toolset.ps1"
|
||||
"{{ template_dir }}/scripts/Installers/Configure-Toolset.ps1",
|
||||
"{{ template_dir }}/scripts/Installers/Install-YAMLLint.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user