Commit 85e6d51
committed
fix(verify): detect changed records with a direct diff (shallow-safe)
CI fetches main with --depth=1, so the three-dot origin/main...HEAD diff has no
merge-base and silently returned nothing — every '--changed'/'pr' run saw 0
changed records and skipped Tiers 1-3. Use a direct two-tree diff (origin/main
HEAD) which only needs both tips. Refs #11 parent 9cbda7b commit 85e6d51
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | | - | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
0 commit comments