tangled
alpha
login
or
join now
teal.fm
/
discordhose
3
fork
atom
this repo has no description
3
fork
atom
overview
issues
pulls
pipelines
add tangled workflow
mmatt.net
6 months ago
e35c0359
34a06c84
1/1
build.yml
success
4s
+13
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+13
.tangled/workflows/build.yml
reviewed
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branch: ["master"]
4
4
+
5
5
+
engine: "nixery"
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- cargo
10
10
+
11
11
+
steps:
12
12
+
- name: "Build Rust project"
13
13
+
command: "cargo build"