Skip to content

shipshitdev/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

shipshitdev/.github

Org-level reusable GitHub Actions workflows for all ShipShit.dev apps.

Reusable Workflows

CI (ci.yml)

Runs: bun install → biome check → tsc → build

jobs:
  ci:
    uses: shipshitdev/.github/.github/workflows/ci.yml@master
    secrets: inherit

Deploy (deploy.yml)

Runs: bun install → vercel deploy --prod

jobs:
  deploy:
    uses: shipshitdev/.github/.github/workflows/deploy.yml@master
    secrets:
      VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors