Add .woodpecker/default.yml
Some checks are pending
ci/woodpecker/push/default Pipeline is pending

This commit is contained in:
nyosic 2025-04-02 08:27:42 +00:00
parent 53d7bf543f
commit 28c0096309

6
.woodpecker/default.yml Normal file
View file

@ -0,0 +1,6 @@
pipeline:
test:
image: alpine
commands:
- echo "Woodpecker is working!"
- uname -a