mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
added pipx and yamllint
This commit is contained in:
@@ -192,6 +192,13 @@
|
||||
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} pwsh -f {{ .Path }}",
|
||||
"scripts": "./provision/core/toolset.ps1"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}",
|
||||
"scripts": [
|
||||
"./provision/core/pipx-packages.sh"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"execute_command": "ruby {{ .Path }}",
|
||||
|
||||
Reference in New Issue
Block a user