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

Last change on this file since 597 was 574, checked in by contact, 4 years ago

ci: add gofmt check

File size: 216 bytes
Line 
1image: alpine/edge
2packages:
3 - go
4 - scdoc
5sources:
6 - https://git.sr.ht/~emersion/soju
7tasks:
8 - build: |
9 cd soju
10 go test -v ./...
11 scdoc <doc/soju.1.scd >/dev/null
12 test -z $(gofmt -l .)
Note: See TracBrowser for help on using the repository browser.