Add .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 11:29:37 +02:00
parent 5c82a53361
commit 6aaebdff9a
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

9
.drone.yml Executable file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: bash
commands:
- echo 'Run tests'