Skip to content

Commit

Permalink
ci(devcontainer): install task
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Oct 11, 2024
1 parent 385ad7d commit 2ae9119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 2ae9119

Please sign in to comment.