tangled
alpha
login
or
join now
caleb.jasik.xyz
/
astro-openring
0
fork
atom
Astro implementation of
openring
npmjs.com/package/@jasikpark/astro-openring
astro
webring
typescript
0
fork
atom
overview
issues
2
pulls
pipelines
Add spindle config for building the project
caleb.jasik.xyz
2 months ago
83c44d15
adc4c35f
verified
This commit was signed with the committer's
known signature
.
caleb.jasik.xyz
SSH Key Fingerprint:
SHA256:9bs2UIJuDD+My7xBWOF6n1dF38lTw+gUrn7VDa0Izkw=
0/1
build.yml
failed
11s
+17
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+17
.tangled/workflows/build.yml
reviewed
···
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
+
dependencies:
10
10
+
nixpkgs:
11
11
+
- "pnpm"
12
12
+
13
13
+
steps:
14
14
+
- name: "Install Dependencies"
15
15
+
command: "pnpm install"
16
16
+
- name: "Build"
17
17
+
command: "pnpm build"