Skip to content

Commit e4dab78

Browse files
authored
Compile specification as part of CI (#5817)
It can generate TypeScript errors that are not otherwise caught.
1 parent 50cb8d3 commit e4dab78

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)