Add a wowrkflow to test that everything works
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful

This commit is contained in:
Waylon Cude 2025-05-07 17:40:55 -07:00
parent bd7286a858
commit fd95f9905f

View File

@ -0,0 +1,9 @@
when:
- event: push
branch: master
steps:
- name: build
image: alpine
commands:
- echo "Hello world"