tangled
alpha
login
or
join now
drac.gay
/
drac-dot-gay
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
try running bun build
drac
1 month ago
5c33c8c0
a761f629
1/1
test.yml
success
9m 54s
+5
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+5
-3
.tangled/workflows/test.yml
···
13
13
dependencies:
14
14
# nixpkgs
15
15
nixpkgs:
16
16
-
- nodejs
16
16
+
- bun
17
17
18
18
steps:
19
19
-
- name: "test"
20
20
-
command: 'echo "hello world"'
19
19
+
- name: "install deps"
20
20
+
command: "bun install"
21
21
+
- name: "build"
22
22
+
command: "bun run build"