Skip to content

Commit 08b3368

Browse files
committed
Compile specification as part of CI
It can generate TypeScript errors that are not otherwise caught.
1 parent 5e7f6ad commit 08b3368

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)