~marcopolo/di

ref: 50c247a210a4dd3014d20c9489836e2b0a2bbabe di/.build.yml -rw-r--r-- 132 bytes
50c247a2 — Marco Munizaga allow checking if a Provide is Nil 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 ./...