tangled
alpha
login
or
join now
nove.dev
/
outsider
0
fork
atom
cleanroom implementation of a chess engine. doesn't work :)
0
fork
atom
overview
issues
pulls
pipelines
jj ci experiment
nove.dev
7 months ago
a1b178e4
ff00f498
0/1
deploy.yaml
failed
27s
+20
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+20
.tangled/workflows/deploy.yaml
reviewed
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["trunk"]
4
4
+
5
5
+
dependencies:
6
6
+
nixpkgs:
7
7
+
- nix
8
8
+
- cargo
9
9
+
- rustc
10
10
+
- rustfmt
11
11
+
- clippy
12
12
+
13
13
+
steps:
14
14
+
- name: "lint & fmt"
15
15
+
command: |
16
16
+
cargo clippy
17
17
+
cargo fmt --check
18
18
+
- name: test
19
19
+
command: |
20
20
+
cargo test