From f99e3ddd6d6fc59173f7260c5d2ae0cffa4e30e0 Mon Sep 17 00:00:00 2001 From: cpojer Date: Sat, 31 Jan 2026 15:44:36 +0900 Subject: [PATCH] Run `tsgo` on CI. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a42a965c8a..54556ce708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,9 @@ jobs: fail-fast: false matrix: include: + - runtime: node + task: tsgo + command: pnpm tsgo - runtime: node task: lint command: pnpm lint