mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 08:23:48 +02:00
5ff006614f
Co-authored-by: 6543 <m.huber@kithara.com> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
8 lines
94 B
YAML
8 lines
94 B
YAML
platform: linux/amd64
|
|
|
|
steps:
|
|
build:
|
|
image: golang:latest
|
|
commands:
|
|
- go test
|