Commit ab78dbd
authored
ci: extend agda typecheck to characteristic + examples lanes (#27)
Adds proofs/agda/characteristic/All.agda as a CI-seam aggregator for the
12 gate-2 characteristic-lane modules (ChoreoInjective,
IntegrationAudit, InteractionTest, ModeGraded, RecipeNonTriviality,
RecipeSpec, RecipeTheorem, RoleGraded, RoleMode, RoleModeGrade,
RoleRole, VisibleConstraintAudit). Mirrors the existing
proofs/agda/examples/All.agda for the gate-3 lane.
Extends .github/workflows/agda.yml with two additional typecheck steps
that run characteristic/All.agda and examples/All.agda. The top-level
proofs/agda/All.agda does not import either lane; without these
aggregators the 12 characteristic modules + the 3 examples modules are
CI orphans (sit in the repo but never typechecked).
This unblocks future set-N work on machines without local Agda:
typecheck verification happens in CI on every push to every branch and
on every PR. New characteristic modules register by adding one import
line to characteristic/All.agda.2 files changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments