+17
Diff
round #0
+17
.tangled/workflows/build.yml
+17
.tangled/workflows/build.yml
···
1
+
when:
2
+
- event: ["push", "manual"]
3
+
branch: ["main"]
4
+
- event: ["pull_request"]
5
+
branch: ["main"]
6
+
7
+
engine: "nixery"
8
+
9
+
dependencies:
10
+
nixpkgs:
11
+
- "pnpm"
12
+
13
+
steps:
14
+
- name: "Install Dependencies"
15
+
command: "pnpm install"
16
+
- name: "Build"
17
+
command: "pnpm build"
History
1 round
1 comment
caleb.jasik.xyz
submitted
#0
1 commit
expand
collapse
Add spindle config for building the project
1/1 failed
expand
collapse
expand 1 comment
pull request successfully merged
I wish it was possible to add a YAML schema here for the file