tangled
alpha
login
or
join now
nasso.dev
/
navy
0
fork
atom
battleship game in rust
0
fork
atom
overview
issues
pulls
pipelines
Add CI workflow
authored by
nasso.dev
and committed by
knot.nasso.dev
8 months ago
6f2c724f
868af628
1/1
build.yaml
success
9s
+14
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yaml
+14
.tangled/workflows/build.yaml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main"]
4
4
+
- event: ["manual"]
5
5
+
6
6
+
dependencies:
7
7
+
nixpkgs:
8
8
+
- rustc
9
9
+
- cargo
10
10
+
11
11
+
steps:
12
12
+
- name: check build
13
13
+
command: |
14
14
+
cargo check