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

This commit is contained in:
2022-10-26 11:29:13 +02:00
parent 260af050ee
commit 00b434d6ad

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'