mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-16 14:27:50 +00: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
|