1
0
Fork 0
mirror of https://github.com/Luzifer/preserve.git synced 2024-12-20 09:41:18 +00:00
preserve/.repo-runner.yaml
Knut Ahlers a9687ec85b
Add PR linting / auto-publishing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-05 17:21:32 +01:00

13 lines
214 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/preserve
commands:
- make lint test publish
environment:
DRAFT: "false"
CGO_ENABLED: 0
GO111MODULE: on
MOD_MODE: readonly