getwtxt/getwtxt

View on GitHub
.build.yml

Summary

Maintainability
Test Coverage
image: alpine/edge
packages:
  - go
sources:
  - https://git.sr.ht/~gbmor/getwtxt
tasks:
  - build: |
      cd getwtxt
      go test -v -race ./...
      make