An experimental spindle with support for Pixi as an engine
9

Configure Feed

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

ci: initial spindle test

Ethan Holz (May 21, 2026, 12:15 PM -0600) d84ff440 fae0bce9

+17
+17
.tangled/workflows/ci.yaml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["main"] 4 + 5 + engine: "pixi" 6 + 7 + pixi: 8 + environment: "default" 9 + 10 + clone: 11 + skip: false 12 + depth: 1 13 + submodules: false 14 + 15 + steps: 16 + - name: "Build" 17 + command: "go build"