style(16): apply prettier formatting to satisfy CI format:check
CI / changes (pull_request) Successful in 2s
CI / fast-checks (pull_request) Successful in 1m23s
CI / api (pull_request) Successful in 1m0s
CI / harness (pull_request) Successful in 3m54s
CI / security (pull_request) Successful in 40s
CI / gate (pull_request) Successful in 1s

This commit is contained in:
Lucas Berger
2026-06-13 09:29:02 -04:00
parent c72e013a7b
commit 8154ba6f35
4 changed files with 32 additions and 28 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required: base.sha must be locally available for git log range (Pitfall 3)
fetch-depth: 0 # Required: base.sha must be locally available for git log range (Pitfall 3)
# ── Probe PR base/head SHA with merge-base fallback (A2 / OQ-1) ──────────
# github.event.pull_request.base.sha may be empty on some Gitea versions.