tangled
alpha
login
or
join now
jensroemer.com
/
vite-test-project
0
fork
atom
Test project for testing out tangled core
0
fork
atom
overview
issues
pulls
2
pipelines
Add basic workflow
jensroemer.com
4 months ago
15598c8f
1a358006
+13
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
ci.yaml
+13
.tangled/workflows/ci.yaml
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
engine: "nixery"
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- nodejs_22
10
10
+
11
11
+
steps:
12
12
+
- name: "Install and build"
13
13
+
command: "npm ci && npm run build"