ci(devcontainer): install task

This commit is contained in:
Denis Gukov 2024-10-11 12:51:49 +00:00
parent 385ad7d007
commit 2ae9119862

View File

@ -3,5 +3,6 @@
"features": {
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/node:1": {}
}
},
"postCreateCommand": "go install github.com/go-task/task/v3/cmd/task@latest"
}