summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gomarkdown/markdown/.gitpod
blob: ad5feff661cce4412a92df341fafed3df11f5389 (plain) (blame)
1
2
3
4
5
6
7
checkoutLocation: "src/github.com/gomarkdown/markdown"
workspaceLocation: "."
tasks:
  - command: >
      cd /workspace/src/github.com/gomarkdown/markdown &&
      go get -v ./... &&
      go test -c