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