Drone work
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Layla 2023-04-12 20:18:44 -04:00
parent b98fc73ea1
commit 3b89f4e4be

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: Validate
steps:
- name: Test
image: golang:1.20
commands:
- make test
- name: Build
image: golang:1.20
commands:
- make build VERSION="test"