mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
Add pipx and yamllint to report
This commit is contained in:
@@ -58,6 +58,7 @@ $markdown += New-MDList -Style Unordered -Lines @(
|
||||
(Get-YarnVersion),
|
||||
(Get-PipVersion),
|
||||
(Get-Pip3Version),
|
||||
(Get-PipxVersion),
|
||||
(Get-VcpkgVersion)
|
||||
)
|
||||
|
||||
@@ -110,6 +111,7 @@ $toolsList = @(
|
||||
(Get-TerraformVersion),
|
||||
(Get-UnZipVersion),
|
||||
(Get-WgetVersion),
|
||||
(Get-YamllintVersion),
|
||||
(Get-ZipVersion),
|
||||
(Get-ZstdVersion)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user