this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test spindle

+13
+13
.tangled/workflows/test.yml
··· 1 + # .tangled/workflows/test.yml 2 + # Minimal workflow to verify the spindle is working. 3 + 4 + when: 5 + - event: ["push", "manual"] 6 + branch: ["main"] 7 + 8 + engine: "nixery" 9 + 10 + steps: 11 + - name: "Spindle health check" 12 + command: "echo 'Spindle is working!'" 13 +