Update .woodpecker/default.yml
All checks were successful
ci/woodpecker/push/default Pipeline was successful

This commit is contained in:
nyosic 2025-04-02 09:34:36 +00:00
parent 480a13b3dd
commit 2177311d64

View file

@ -1,9 +1,11 @@
kind: pipeline
name: default
steps:
- name: test
image: alpine
commands:
- echo "Woodpecker is working!"
- uname -a
when:
event:
- push
- pull_request