Add pipx and yamllint to report

This commit is contained in:
Vladimir Safonkin
2020-10-02 11:23:02 +03:00
parent a1f44e0d46
commit 6d325ba398
5 changed files with 14 additions and 22 deletions

View File

@@ -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)
)