Skip to content

ci: add GitHub Actions workflow (lint, format check, build) - #28

Open
ephraimduncan wants to merge 2 commits into
mainfrom
ci/add-workflows
Open

ci: add GitHub Actions workflow (lint, format check, build)#28
ephraimduncan wants to merge 2 commits into
mainfrom
ci/add-workflows

Conversation

@ephraimduncan

Copy link
Copy Markdown
Owner

Adds a first CI workflow, drafted from the repo's actual toolchain: bun@1.3.8 (packageManager), turbo, scripts lint / format:check / build.

Notes:

  • build gets placeholder values for the five env vars declared in turbo.json (BETTER_AUTH_*, DATABASE_URL, AI_GATEWAY_API_KEY) so a cold CI build can't fail on missing env.
  • format:check is continue-on-error: true so prettier drift won't turn the pipeline red — tighten it once formatting is settled.

From my CI-gap sweep of your most-pushed repos. Happy to adjust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants