Jarian b9213a03c0 fix: CI clone must fetch PR SHA before checkout
Shallow clone (--depth 1) only gets default branch HEAD. PR SHA
checkout fails silently (|| true), so all jobs run against wrong
commit. Now fetches PR SHA explicitly before checkout.

Closes #45
2026-07-05 05:01:58 +00:00
..