titlefix/vendor/go.xsfx.dev/workgroups/.woodpecker.yml

27 lines
395 B
YAML
Raw Normal View History

2022-09-05 10:11:39 +02:00
pipeline:
tags:
image: alpine/git
commands:
- git fetch --tags
lint:
image: golang:1.18
commands:
- make lint
test:
image: golang:1.18
commands:
- make test
build:
image: golang:1.18
commands:
- make build
release:
image: golang:1.18
commands:
- make release
secrets:
- gitea_token
when:
event:
- tag