A file-based task manager
0
fork

Configure Feed

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

Add tangled workflow

+14
+14
.tangled/workflows/ci.yaml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["master"] 4 + engine: "nixery" 5 + dependencies: 6 + nixpkgs: 7 + - cargo 8 + steps: 9 + - name: "Check" 10 + command: "cargo check" 11 + - name: "Build" 12 + command: "cargo build" 13 + - name: "cargo test" 14 + command: "cargo test"