Skip to content

Commit 03e81e0

Browse files
Compile specification as part of CI (#5817) (#5826)
It can generate TypeScript errors that are not otherwise caught. (cherry picked from commit e4dab78) Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent 0f6872a commit 03e81e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
2222
- name: Code style check
2323
run: |
24+
npm run compile:specification --prefix compiler
2425
npm run format:check --prefix compiler
2526

0 commit comments

Comments
 (0)