From 08b336853b5351588a65b3d09f7aca36d1425f97 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 9 Dec 2025 16:44:41 +0400 Subject: [PATCH] Compile specification as part of CI It can generate TypeScript errors that are not otherwise caught. --- .github/workflows/code-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml index 135f1ee647..0c8b1e7c72 100644 --- a/.github/workflows/code-format.yml +++ b/.github/workflows/code-format.yml @@ -21,5 +21,6 @@ jobs: - name: Code style check run: | + npm run compile:specification --prefix compiler npm run format:check --prefix compiler