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
6d41338f
eb5ea7de
0/1
rust.yml
timeout
6m 54s
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
rust.yml
+3
.tangled/workflows/rust.yml
···
11
11
- gcc
12
12
- rustc
13
13
- cargo
14
14
+
- clippy
14
15
15
16
steps:
16
17
- name: "Build all projects"
17
18
command: |
18
19
cargo build --release --verbose
20
20
+
- name: "Clippy"
21
21
+
command: "cargo clippy --all-targets"