this repo has no description

create test workflow

altagos.dev eb0a4edf

Waiting for spindle ...
+13
+13
.tangled/workflows/test.yaml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: ["main"] 4 + - event: ["manual"] 5 + 6 + steps: 7 + - name: "Echo" 8 + command: "echo 'Hello World'" 9 + 10 + clone: 11 + skip: false 12 + depth: 1 13 + submodules: true