This commit is contained in:
2025-07-31 08:39:02 +00:00
commit e6a661ef48

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine
commands:
- echo "Running tests"
- echo "Tests passed!"