mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
added pipx and yamllint
This commit is contained in:
@@ -273,4 +273,8 @@ function Get-PacmanVersion {
|
||||
|
||||
function Get-YAMLLintVersion {
|
||||
yamllint --version
|
||||
}
|
||||
|
||||
function Get-PipxVersion {
|
||||
pipx --version
|
||||
}
|
||||
@@ -59,7 +59,8 @@ $markdown += New-MDList -Style Unordered -Lines @(
|
||||
(Get-RubyGemsVersion),
|
||||
(Get-HelmVersion),
|
||||
(Get-ComposerVersion),
|
||||
(Get-NugetVersion)
|
||||
(Get-NugetVersion),
|
||||
(Get-PipxVersion)
|
||||
)
|
||||
|
||||
$markdown += New-MDHeader "Project Management" -Level 3
|
||||
|
||||
Reference in New Issue
Block a user