tangled
alpha
login
or
join now
munksgaard.tngl.sh
/
scoundrel
1
fork
atom
A Gleam implementation of the Scoundrel solo card game
munksgaard.me/scoundrel
lustre
scoundrel
gleam
card
game
1
fork
atom
overview
issues
pulls
pipelines
add tangled spindle ci workflow
munksgaard.tngl.sh
3 months ago
74224970
f1658b31
0/0
Waiting for spindle ...
+31
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+31
.tangled/workflows/build.yml
···
1
1
+
when:
2
2
+
- event: ["push", "manual"]
3
3
+
branch: ["main"]
4
4
+
- event: ["pull_request"]
5
5
+
branch: ["main"]
6
6
+
7
7
+
engine: "nixery"
8
8
+
9
9
+
# using the default values
10
10
+
clone:
11
11
+
skip: false
12
12
+
depth: 1
13
13
+
submodules: false
14
14
+
15
15
+
dependencies:
16
16
+
# nixpkgs
17
17
+
nixpkgs:
18
18
+
- gleam
19
19
+
- rebar3
20
20
+
- bun
21
21
+
- tailwindcss_4
22
22
+
- just
23
23
+
- nodejs
24
24
+
25
25
+
steps:
26
26
+
- name: "Build"
27
27
+
command: "gleam build --warnings-as-errors"
28
28
+
- name: "Test"
29
29
+
command: "gleam test"
30
30
+
- name: "Build distribution"
31
31
+
command: "just build"