~bigbes/core-go

ref: fdb3662452dcb530963439b098a13816ef38ea6d core-go/.builds/alpine.yml -rw-r--r-- 244 bytes
fdb36624 — Conrad Hoffmann email: properly set headers if no PGP configured 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: alpine/3.22
packages:
  - go
  - golangci-lint
sources:
 - https://git.sr.ht/~sircmpwn/core-go
tasks:
- lint: |
    cd core-go
    golangci-lint run
- build: |
    cd core-go
    go build ./...
- test: |
    cd core-go
    go test ./...