Skip to content

ci: install enforced gate baseline - #44

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

ci: install enforced gate baseline#44
ElbertePlinio merged 7 commits into
mainfrom
chore/install-gate-baseline

Conversation

@ElbertePlinio

Copy link
Copy Markdown
Member

Summary

  • enforce Svelte/TypeScript complexity, function-size, depth, type, and coverage gates
  • add blocking Gitleaks and OSV Scanner jobs
  • require every CI job on main

Validation

  • bun install --frozen-lockfile
  • bun run web:test
  • bun run web:check
  • bun run web:smoke
  • gitleaks git --redact --no-banner .
  • osv-scanner scan source --recursive .
  • actionlint .github/workflows/ci.yml
  • cd app && dart analyze

Closes #43

@ElbertePlinio
ElbertePlinio merged commit bcaeb24 into main Jul 23, 2026
4 checks passed
@ElbertePlinio
ElbertePlinio deleted the chore/install-gate-baseline branch July 23, 2026 23:02
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.

Install enforced CI gate baseline

1 participant