mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-06-20 07:32:40 +02:00
15 lines
187 B
YAML
15 lines
187 B
YAML
pipeline:
|
|
lint:
|
|
image: golang
|
|
commands:
|
|
- go vet
|
|
|
|
test:
|
|
image: golang
|
|
commands:
|
|
- go test ./...
|
|
|
|
build:
|
|
image: golang
|
|
commands:
|
|
- go build
|