A SpaceTraders Agent
at main 20 lines 287 B view raw
1platform: linux 2 3image_resource: 4 type: registry-image 5 source: 6 repository: ghcr.io/jdx/mise 7 tag: latest 8 9inputs: 10 - name: space 11 12run: 13 dir: space 14 path: sh 15 args: 16 - -exc 17 - | 18 mise trust > /dev/null 19 mise install > /dev/null 20 zig build --summary all