Tools for managing Valkey deployments

Add some CI goodness #1

merged opened by nesv.ca targeting main from push-lmtnlslznuml

This is taking the tangled.org spindles for a spin.

Labels

None yet.

assignee
Participants 1
AT URI
at://did:plc:o443yqwekyukw67l6jn22qds/sh.tangled.repo.pull/3m3yelwsxht22
+11
Diff #0
+11
.tangled/workflows/pull-request.yaml
··· 1 + { 2 + when: [{ event: ["pull_request"], branch: ["main"] }], 3 + engine: "nixery", 4 + clone: { skip: false, depth: 1, submodules: false }, 5 + dependencies: { nixpkgs: ["go", "go-tools"] }, 6 + steps: 7 + [ 8 + { name: "test", command: "go test ./..." }, 9 + { name: "lint", command: "staticcheck ./..." }, 10 + ], 11 + }

History

1 round 0 comments
sign up or login to add to the discussion
nesv.ca submitted #0
1 commit
expand
Add some CI goodness
expand 0 comments
pull request successfully merged