Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
- name: Install deps
run: npm ci

# O mapa do banco é GERADO do dump (db/snapshot/schema.sql) cruzado com
# src/. Sem este gate ele apodrece em silêncio: o re-dump entra, o .md fica
# velho, e a partir daí ele mente sobre o banco — que é exatamente o que a
# baseline de 2026-08-11 existe para impedir. Falhou aqui? Rode
# `npx tsx scripts/db/gerar-estrutura.ts` e commite o .md junto do re-dump.
- name: Mapa do banco em dia (db/ESTRUTURA.md)
run: npx tsx scripts/db/gerar-estrutura.ts --check

- name: TypeScript
run: npm run typecheck

Expand Down
Loading
Loading