tangled
alpha
login
or
join now
eldridge.cam
/
trilogy
1
fork
atom
Actually just three programming languages in a trenchcoat
1
fork
atom
overview
issues
pulls
pipelines
adjust workflow
eldridge.cam
4 months ago
fe7c21a0
bbcf45c0
0/1
rust.yml
failed
4mo ago
+2
-4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
rust.yml
+2
-4
.tangled/workflows/rust.yml
···
1
1
engine: "nixery"
2
2
3
3
when:
4
4
-
- event: ["push"]
5
5
-
branch: ["main"]
6
6
-
- event: ["pull_request"]
7
7
-
branch: ["main"]
4
4
+
- event: ["push", "pull_request"]
5
5
+
branch: "main"
8
6
9
7
dependencies:
10
8
nixpkgs: