Skip to content

Commit 2b30e78

Browse files
LuckyFBBliuxy0551
authored andcommitted
fix(ci): add antlr4 all sql in ci
1 parent 74d6435 commit 2b30e78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Run tsc check
4242
run: pnpm check-types
4343

44+
- name: Run antlr4 all sql
45+
run: pnpm antlr4 --lang all
46+
4447
test:
4548
runs-on: ubuntu-latest
4649
strategy:

0 commit comments

Comments
 (0)