Specification for the Fetchable module interface
0
fork

Configure Feed

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

ci: install deps first

+2
+2
.tangled/workflows/format.yml
··· 12 12 - pnpm 13 13 14 14 steps: 15 + - name: "Install dependencies" 16 + command: pnpm install --frozen-lockfile 15 17 - name: "Check formatting" 16 18 command: pnpm run format:check