tangled
alpha
login
or
join now
jonas.tngl.sh
/
advent-of-code
0
fork
atom
Advent of Code solutions in Rust
0
fork
atom
overview
issues
pulls
pipelines
ci: run clippy on spindle
jonas.tngl.sh
4 months ago
21513153
eb5ea7de
0/1
rust.yml
failed
4m 35s
+2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
rust.yml
+2
.tangled/workflows/rust.yml
···
16
16
- name: "Build all projects"
17
17
command: |
18
18
cargo build --release --verbose
19
19
+
- name: "Clippy"
20
20
+
command: "cargo clippy --all-targets"