hello
0
fork

Configure Feed

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

Add Spindle workflow

Signed-off-by: Matías Insaurralde <matias@insaurral.de>

+12
+12
.tangled/workflows/test.yaml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: ["main"] 4 + 5 + dependencies: 6 + nixpkgs: 7 + - go 8 + 9 + steps: 10 + - name: run all tests 11 + command: | 12 + go test -v ./...