This repository has no description
0

Configure Feed

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

add spindle ci workflow

Paul Valladares (Jul 14, 2026, 2:40 PM -0600) 6dbebb01 d52da783

+17
+17
.tangled/workflows/ci.yml
··· 1 + # .tangled/workflows/ci.yml 2 + when: 3 + - event: ["push"] 4 + branch: ["main"] 5 + 6 + engine: nixery 7 + 8 + dependencies: 9 + nixpkgs: 10 + - nodejs_22 11 + 12 + steps: 13 + - name: sanity check 14 + command: | 15 + node --version 16 + npm --version 17 + echo "spindle says hi"