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,6 +1,9 @@
pipeline: kind: pipeline
test: name: default
steps:
- name: test
image: alpine image: alpine
commands: commands:
- echo "Woodpecker is working!" - echo "Woodpecker is working!"
- uname -a - uname -a