add woodpecker
Some checks are pending
ci / test (push) Waiting to run

This commit is contained in:
CJ_Clippy 2025-09-23 14:45:37 -08:00
parent c33eb1d8a6
commit e62bec708f

16
.woodpecker/sample.yaml Normal file
View File

@ -0,0 +1,16 @@
when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable