source: code/trunk/.build.yml@ 437

Last change on this file since 437 was 332, checked in by contact, 5 years ago

ci: check scdoc is happy

File size: 188 bytes
RevLine 
[116]1image: alpine/edge
2packages:
3 - go
[332]4 - scdoc
[116]5sources:
6 - https://git.sr.ht/~emersion/soju
7tasks:
8 - build: |
9 cd soju
10 go test -v ./...
[332]11 scdoc <doc/soju.1.scd >/dev/null
Note: See TracBrowser for help on using the repository browser.