Skip to content

Commit 2736e15

Browse files
authored
Check that LSP code gen is correct in CI (microsoft#789)
1 parent 36be503 commit 2736e15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ jobs:
187187

188188
- run: npx hereby generate
189189

190+
- run: node ./internal/lsp/lsproto/_generate/fetchModel.mjs
191+
- run: node ./internal/lsp/lsproto/_generate/generate.mjs
192+
190193
- run: git add .
191194
- run: git diff --staged --exit-code --stat
192195

0 commit comments

Comments
 (0)