This repository has been archived on 2022-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Segfautils/.woodpecker.yml

8 lines
111 B
YAML
Raw Normal View History

2022-08-13 01:10:02 +05:30
pipeline:
build:
image: golang:latest
commands:
- go build
- go test
2022-08-13 01:11:05 +05:30
- echo "done"