tangled
alpha
login
or
join now
sachy.dev
/
sachy-parasite
1
fork
atom
Firmware for the b-parasite board, but in Rust.
1
fork
atom
overview
issues
pulls
pipelines
Add formatting check
sachy.dev
3 months ago
9c13f430
1ea93708
0/1
test.yml
failed
3min 26s
+2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+2
.tangled/workflows/test.yml
···
16
16
command: rustup +nightly target install thumbv7em-none-eabihf
17
17
- name: Install flip-link
18
18
command: cargo install --locked flip-link
19
19
+
- name: Format Check
20
20
+
command: cargo fmt --check
19
21
- name: Check Defmt Build
20
22
command: cargo build --release
21
23
- name: Check Plain Build