ci: check scdoc is happy

This commit is contained in:
Simon Ser 2020-06-10 16:15:20 +02:00
parent 7e7393bd23
commit 18250311b9
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -1,9 +1,11 @@
image: alpine/edge image: alpine/edge
packages: packages:
- go - go
- scdoc
sources: sources:
- https://git.sr.ht/~emersion/soju - https://git.sr.ht/~emersion/soju
tasks: tasks:
- build: | - build: |
cd soju cd soju
go test -v ./... go test -v ./...
scdoc <doc/soju.1.scd >/dev/null