From 36b0070b71436850bfec1bdfb10cbbde50da72f5 Mon Sep 17 00:00:00 2001 From: cpojer Date: Sat, 31 Jan 2026 23:08:04 +0900 Subject: [PATCH] fix: Build before linting in CI since we are now linting the extensions folder with `--type-aware`. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eae1f7d46..62b43d6390 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,9 @@ jobs: fail-fast: false matrix: include: + - runtime: nodegs + task: build + command: pnpm build - runtime: node task: tsgo command: pnpm tsgo