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

Configure Feed

Select the types of activity you want to include in your feed.

Add spindle config for building the project

authored by

Caleb Jasik 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"