tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
replay
4
fork
atom
Sniff and replay HTTP requests and responses — perfect for mocking APIs during testing.
4
fork
atom
overview
issues
pulls
pipelines
ci: add rustfmt to deps
tsiry-sandratraina.com
8 months ago
f965ea97
d249e3e7
0/1
fmt.yml
failed
26s
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
fmt.yml
+2
-1
.tangled/workflows/fmt.yml
···
6
nixpkgs:
7
- cargo
8
- rustc
0
9
10
steps:
11
- name: "cargo fmt"
12
command: |
13
-
cargo fmt --all --check
···
6
nixpkgs:
7
- cargo
8
- rustc
9
+
- rustfmt
10
11
steps:
12
- name: "cargo fmt"
13
command: |
14
+
cargo fmt --all --check