From f2a554e5043e6f00aa6a6f83af2fbe7a6df7b67a Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Tue, 25 Aug 2026 01:29:06 -0700 Subject: [PATCH] feat(lastcode): add resumable full CI action --- t3.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/t3.json b/t3.json index 7c647bc8cdab..a10ed441db30 100644 --- a/t3.json +++ b/t3.json @@ -12,6 +12,11 @@ "name": "Wait for PR", "command": "mise exec node@24.13.1 -- node scripts/lastcode-wait-for-pr.ts", "icon": "test" + }, + { + "name": "Run Full CI", + "command": "mise exec node@24.13.1 -- node scripts/lastcode-local-ci.ts --full", + "icon": "test" } ] }