From 24c64ca761d6f12e950db0af5f975d7ef7c2a83a Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 10 Dec 2025 09:18:53 +0400 Subject: [PATCH] Compile specification as part of CI (#5817) It can generate TypeScript errors that are not otherwise caught. (cherry picked from commit e4dab78c77d7727991a3b49975151e41ba6222e6) --- .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