Added dummy CI pipeline

Going to work on tests and this is an intial step to make sure my
pipelines will even run
This commit is contained in:
2026-06-03 11:06:03 -07:00
parent 2b86e4443f
commit dac6474b28
+9
View File
@@ -0,0 +1,9 @@
when:
- event: push
branch: master
steps:
- name: build
image: alpine
commands:
- echo "Hello world"