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

This commit is contained in:
nyosic 2025-04-02 00:23:02 +00:00
parent a69d2c8450
commit ae00d90a4f

6
.woodpecker.yml Normal file
View file

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