try CI, see if it even works
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
azdle 2023-08-06 16:30:12 -05:00
parent c26ef4b8db
commit 4c73cec9fb

5
.woodpecker.yml Normal file
View file

@ -0,0 +1,5 @@
steps:
check:
image: ubuntu:latest
commands:
- echo "hello, world"