~marcopolo/di

ref: 9411a3365a10bc0849ae459d3dd6fff92c7e4cd7 di/.build.yml -rw-r--r-- 132 bytes
9411a336 — Marco Munizaga Update README 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
image: alpine/edge
packages:
  - go
sources:
  - https://git.sr.ht/~marcopolo/di
tasks:
  - test: |
      cd di
      go test ./...