Files
confetti/.woodpecker/test-workflow.yml
T
uelen dac6474b28 Added dummy CI pipeline
Going to work on tests and this is an intial step to make sure my
pipelines will even run
2026-06-03 11:06:03 -07:00

10 lines
124 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: alpine
commands:
- echo "Hello world"