We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74be81c commit 5f83356Copy full SHA for 5f83356
1 file changed
.github/workflows/ci.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Run tsc check
42
run: pnpm check-types
43
44
+ - name: Run antlr4 all sql
45
+ run: pnpm antlr4 --lang all
46
+
47
test:
48
runs-on: ubuntu-latest
49
strategy:
0 commit comments