tokidoki/.build.yml

12 lines
178 B
YAML
Raw Normal View History

image: alpine/edge
packages:
- go
tasks:
- build: |
cd tokidoki/cmd/tokidoki
go build
- lint: |
cd tokidoki
go fmt ./...
git diff --exit-code