From 92ac6c95cc1f247361eb960adcdaa5493e32d966 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 21 Feb 2026 02:12:36 -0500 Subject: [PATCH] CI: format github workflow (#22497) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16c9cbeb09d..b14e176aace 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,6 @@ jobs: - name: Check types and lint and oxfmt run: pnpm check - # Report-only dead-code scans. Runs after scope detection and stores machine-readable # results as artifacts for later triage before we enable hard gates. # Temporarily disabled in CI while we process initial findings.