.drone.yml hinzugefügt
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Anja Freudenreich 2025-02-13 10:34:58 +00:00
parent f303e194f1
commit 832df8a9e1

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: golang:1.12
commands:
- go build
- go test