We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5881e7 commit e885e82Copy full SHA for e885e82
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [split_parser]
+ branches: [master]
6
paths:
7
- - "scripts/*"
+ - "scripts.js"
8
- "common/*"
9
- "*/grammar.js"
10
- "*/src/**"
@@ -13,7 +13,7 @@ on:
13
- "binding.gyp"
14
pull_request:
15
16
17
18
19
@@ -42,6 +42,8 @@ jobs:
42
uses: tree-sitter/[email protected]
43
- name: Rebuild with default extensions
44
run: npm run build
45
+ env:
46
+ EXTENSION_DEFAULT: 1
47
- name: Verify grammar consistency
48
run: git diff --exit-code -- */src/grammar.json
49
fuzz:
0 commit comments