This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/.gitpod.yml

4 lines
87 B
YAML

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