Skip to content

Commit 3947e50

Browse files
Output used tree-sitter version in CI
1 parent 854c925 commit 3947e50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- name: Install dependencies
2727
run: npm install
2828

29+
- name: Display Tree-sitter version
30+
run: |
31+
npx tree-sitter --version
32+
2933
- name: Build and check generated files
3034
run: |
3135
npm run build

0 commit comments

Comments
 (0)