11 lines
103 B
YAML
11 lines
103 B
YAML
---
|
|
kind: pipeline
|
|
type: podman
|
|
name: linux
|
|
|
|
steps:
|
|
- name: test
|
|
commands:
|
|
- go build
|
|
- go test
|