tangled
alpha
login
or
join now
sachy.dev
/
nailpit
4
fork
atom
A pit full of rusty nails
4
fork
atom
overview
issues
1
pulls
pipelines
chore: Create CI pipeline
sachy.dev
3 months ago
0f9188f6
1962c0c7
0/1
test.yml
failed
5s
+17
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+17
.tangled/workflows/test.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: main
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- clang
10
10
+
- cargo
11
11
+
- rustfmt
12
12
+
13
13
+
steps:
14
14
+
- name: Format check
15
15
+
command: cargo fmt --all --check
16
16
+
- name: Tests
17
17
+
command: cargo test --workspace