A vibe coded tangled fork which supports pijul.
at 033cb4397f03b390a2139012bb58eb7a3d8e4319 19 lines 322 B view raw
1when: 2 - event: ["push"] 3 branch: ["master", "test-ci"] 4 5dependencies: 6 nixpkgs: 7 - go 8 - gcc 9 10steps: 11 - name: patch static dir 12 command: | 13 mkdir -p appview/pages/static; touch appview/pages/static/x 14 15 - name: run all tests 16 environment: 17 CGO_ENABLED: 1 18 command: | 19 go test -v ./...