Skip to content

ci: install the enforced TypeScript gate baseline#61

Merged
ElbertePlinio merged 6 commits into
mainfrom
chore/install-gate-baseline
Jul 23, 2026
Merged

ci: install the enforced TypeScript gate baseline#61
ElbertePlinio merged 6 commits into
mainfrom
chore/install-gate-baseline

Conversation

@ElbertePlinio

Copy link
Copy Markdown
Member

Summary

  • enforce TypeScript complexity, function-size, and nesting caps in CI
  • ratchet Vitest floors to 82% lines and 86% branches
  • add blocking gitleaks and OSV dependency-audit jobs
  • require all three CI jobs through branch protection

Validation

  • bun install --frozen-lockfile
  • bun run typecheck
  • bun run lint
  • bun run test:coverage (local Linux container: 1,129 passed, 5 skipped; 82.47% lines, 86.13% branches)
  • bun run build
  • gitleaks git --redact --no-banner .
  • osv-scanner scan source --recursive .

Refs #60

@ElbertePlinio
ElbertePlinio merged commit b84466d into main Jul 23, 2026
3 checks passed
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