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
add debugging log
eldridge.cam
4 months ago
9c17c5b6
0149ca60
0/1
rust.yml
failed
30s
+1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
rust.yml
+1
.tangled/workflows/rust.yml
···
17
17
rustup toolchain install stable
18
18
rustup component add rustfmt
19
19
rustup component add clippy
20
20
+
llvm-config --prefix
20
21
- name: "Format"
21
22
command: "cargo fmt -- --check"
22
23
- name: "Clippy"