Org-level reusable GitHub Actions workflows for all ShipShit.dev apps.
Runs: bun install → biome check → tsc → build
jobs:
ci:
uses: shipshitdev/.github/.github/workflows/ci.yml@master
secrets: inheritRuns: bun install → vercel deploy --prod
jobs:
deploy:
uses: shipshitdev/.github/.github/workflows/deploy.yml@master
secrets:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}