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
bccf5abc
eb5ea7de
+4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
rust.yml
+4
.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: |
22
22
+
cargo clippy --all-targets