add ci
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Maren 2023-11-21 00:55:48 -05:00
parent 9017d18564
commit 5a379b327f

6
.woodpecker/.test.yml Normal file
View file

@ -0,0 +1,6 @@
steps:
test:
image: debian:stable-slim
commands:
- echo testing
- sleep 5