add first workflow

This commit is contained in:
Pedro Pérez 2025-05-29 15:00:15 +02:00
parent 113ac95610
commit d2349532a7

11
.woodpecker.yml Normal file
View File

@ -0,0 +1,11 @@
when:
- event: push
branch: main
steps:
- name: build
image: golang:1.23
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- echo "something else" > executable2