mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
771ceca2a0
- Fix workflow if-condition: was inverted, skipping same-repo PRs - Fix function location: use finditer position list instead of search() which only matched the first occurrence - Fix diff mode: expand target_lines by ±15/+5 context window so edits to Doxygen blocks or multi-line params trigger the check - Fix diff mode: pass --timeout argument through to check_file - Remove unused DOXYGEN_BLOCK_RE constant (dead code)