Astro implementation of openring npmjs.com/package/@jasikpark/astro-openring
astro webring typescript

Add spindle config for building the project #1

merged opened by caleb.jasik.xyz targeting main from spindle
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:3tkrsjzdao4vqjrxwzynbfnu/sh.tangled.repo.pull/3mcvk7ke5y722
+17
Diff #0
+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
sign up or login to add to the discussion
caleb.jasik.xyz submitted #0
1 commit
expand
Add spindle config for building the project
1/1 failed
expand
expand 1 comment

I wish it was possible to add a YAML schema here for the file

pull request successfully merged