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

Add spindle config for building the project

authored by caleb.jasik.xyz and committed by tangled.org a5679594 adc4c35f

+17
+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"