this repo has no description
0
fork

Configure Feed

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

add build workflow

Altagos 7c632aad d8503a44

+10
+10
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: ["main"] 4 + - event: ["manual"] 5 + 6 + engine: "nixery" 7 + 8 + steps: 9 + - name: "Build" 10 + command: "nix run .#build"