mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
11 lines
178 B
YAML
11 lines
178 B
YAML
image: alpine/edge
|
|
packages:
|
|
- go
|
|
tasks:
|
|
- build: |
|
|
cd tokidoki/cmd/tokidoki
|
|
go build
|
|
- lint: |
|
|
cd tokidoki
|
|
go fmt ./...
|
|
git diff --exit-code
|