added pipx and yamllint

This commit is contained in:
Nikita Bykov
2020-10-07 09:29:37 +03:00
parent 28a8724352
commit 5d96d50f59
11 changed files with 89 additions and 8 deletions

View File

@@ -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 }}",