summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gomarkdown/markdown/.gitpod.yml
blob: dde1f1d997578bd652c82a80aa15f5247c13e80d (plain) (blame)
1
2
3
4
5
6
7
8
9
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
  - init: go get && go build ./... && go test ./...
    command: go run