shithub: furgit

ref: 0587025b7d48bae29b0843c2c4ab691b99f82752
dir: /.build.yml/

View raw version
image: alpine/edge
packages:
  - golangci-lint
  - go
tasks:
  - build: |
      cd furgit
      go test
      golangci-lint run .