this repo has no description
0
fork

Configure Feed

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

feat(ci): init

+13
+13
.tangled/workflows/default.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: ["main"] 4 + 5 + engine: "nixery" 6 + 7 + dependencies: 8 + nixpkgs: 9 + - nodejs 10 + 11 + steps: 12 + - name: "deploy" 13 + command: 'npx vercel --yes --token=$VERCEL_TOKEN ${TANGLED_REF:+--prod}'