Add drone config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Malachy Byrne 2025-03-31 01:09:24 +01:00
parent 4b8ae1f252
commit bae23a4712
Signed by: malmal200
GPG Key ID: EC21443030A655D9

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- go build