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: steps:
- name: test - name: test
image: alpine image: alpine
commands: commands:
- echo "Woodpecker is working!" - echo "Woodpecker is working!"
- uname -a - uname -a
when:
event:
- push
- pull_request