Skip to content

chore: replace placeholder lint with real typecheck and workflow lint gates#6

Merged
danbot315 merged 1 commit into
mainfrom
feat/p0-real-typecheck-gates
Mar 2, 2026
Merged

chore: replace placeholder lint with real typecheck and workflow lint gates#6
danbot315 merged 1 commit into
mainfrom
feat/p0-real-typecheck-gates

Conversation

@danbot315
Copy link
Copy Markdown
Contributor

P0 follow-up: remove placeholder quality gate and enforce real checks that pass in current repo state.

Changes

  • typecheck now runs real TypeScript no-emit checks:
    • bunx tsc -p packages/core/tsconfig.json --noEmit
    • bunx tsc -p packages/cli/tsconfig.json --noEmit
  • lint now runs a real YAML/workflow style check:
    • bunx prettier --check .github/workflows/*.yml

Why

The previous lint script was a placeholder echo. This makes CI quality checks concrete and enforceable while broader repo-wide lint/test stabilization continues.

Validation

  • bun run typecheck
  • bun run lint

@danbot315 danbot315 requested a review from azweb76 March 2, 2026 04:49
@danbot315 danbot315 merged commit c0b79ad into main Mar 2, 2026
1 check passed
@danbot315 danbot315 deleted the feat/p0-real-typecheck-gates branch March 2, 2026 04:52
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.

1 participant