this repo has no description

Add basic workflow

+10
+10
.tangled/workflows/test.yaml
··· 1 + when: 2 + event: push 3 + 4 + engine: nixery 5 + 6 + clone: 7 + skip: true 8 + 9 + steps: 10 + - command: echo "Hello, world!"