Skip to content

Commit e885e82

Browse files
ci: use upstream actions
1 parent c5881e7 commit e885e82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [split_parser]
5+
branches: [master]
66
paths:
7-
- "scripts/*"
7+
- "scripts.js"
88
- "common/*"
99
- "*/grammar.js"
1010
- "*/src/**"
@@ -13,7 +13,7 @@ on:
1313
- "binding.gyp"
1414
pull_request:
1515
paths:
16-
- "scripts/*"
16+
- "scripts.js"
1717
- "common/*"
1818
- "*/grammar.js"
1919
- "*/src/**"
@@ -42,6 +42,8 @@ jobs:
4242
uses: tree-sitter/[email protected]
4343
- name: Rebuild with default extensions
4444
run: npm run build
45+
env:
46+
EXTENSION_DEFAULT: 1
4547
- name: Verify grammar consistency
4648
run: git diff --exit-code -- */src/grammar.json
4749
fuzz:

0 commit comments

Comments
 (0)