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

This commit is contained in:
nyosic 2025-04-02 09:33:02 +00:00
parent 7407c07fb9
commit 480a13b3dd

View file

@ -1,5 +1,8 @@
pipeline:
test:
kind: pipeline
name: default
steps:
- name: test
image: alpine
commands:
- echo "Woodpecker is working!"