~bigbes/core-go

ref: e22c3e1cbf3248dc8a1ee87fc1cf469d67bffb82 core-go/.builds/alpine.yml -rw-r--r-- 179 bytes
e22c3e1c — Conrad Hoffmann Fix a bunch of linter complaints 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
image: alpine/3.22
packages:
  - go
sources:
 - https://git.sr.ht/~sircmpwn/core-go
tasks:
- build: |
    cd core-go
    go build ./...
- test: |
    cd core-go
    go test ./...