Add woodpecker pipeline

This commit is contained in:
dvirlabs 2025-05-27 23:33:20 +03:00
parent c410843f5f
commit 9fb50fad23

14
.woodpecker.yaml Normal file
View File

@ -0,0 +1,14 @@
when:
event:
- push
- pull_request
branch:
- master
steps:
- name: Test
image: alpine:latest
commands:
- echo "Running tests..."
- sleep 1
- echo "Tests completed successfully!"