6857ab7a71
Let's avoid pushing unformatted code. Signed-off-by: Robin Jarry <robin@jarry.cc>
16 lines
207 B
YAML
16 lines
207 B
YAML
image: alpine/edge
|
|
packages:
|
|
- go
|
|
- scdoc
|
|
sources:
|
|
- https://git.sr.ht/~rjarry/aerc
|
|
tasks:
|
|
- checkfmt: |
|
|
cd aerc
|
|
make checkfmt
|
|
- build: |
|
|
cd aerc
|
|
make
|
|
- test: |
|
|
cd aerc
|
|
go test ./...
|