Personal collection of Kubernetes things.

Add spindle workflow #1

closed opened by nesv.ca targeting main from push-tymrxzqwolpo
Labels

None yet.

assignee
Participants 1
AT URI
at://did:plc:o443yqwekyukw67l6jn22qds/sh.tangled.repo.pull/3me64tqjyox22
+21
Diff #3
+21
.tangled/workflows/test.yaml
··· 1 + --- 2 + { 3 + when: 4 + [ 5 + { event: ["push", "manual"], branch: ["main"] }, 6 + { event: ["pull_request"], branch: ["main"] }, 7 + ], 8 + 9 + engine: "nixery", 10 + 11 + dependencies: { nixpkgs: ["rustup", "gcc"] }, 12 + 13 + steps: 14 + [ 15 + { name: "install stable toolchain", command: "rustup default stable" }, 16 + { name: "install clippy", command: "rustup component add clippy" }, 17 + { name: "lint", command: "cargo clippy" }, 18 + { name: "test", command: "cargo test" }, 19 + { name: "build", command: "cargo build --release" }, 20 + ], 21 + }

History

4 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
ci: Add spindle pipeline
1/1 success
expand
expand 1 comment

merged via cli

closed without merging
1 commit
expand
ci: Add spindle pipeline
1/1 failed
expand
expand 0 comments
1 commit
expand
ci: Add spindle pipeline
1/1 failed
expand
expand 0 comments
nesv.ca submitted #0
1 commit
expand
ci: Add spindle pipeline
expand 0 comments