soju/.build.yml

13 lines
216 B
YAML

image: alpine/edge
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~emersion/soju
tasks:
- build: |
cd soju
go test -v ./...
scdoc <doc/soju.1.scd >/dev/null
test -z $(gofmt -l .)