Skip to content

Commit 61453e1

Browse files
Install tree sitter in CI
1 parent ed3d504 commit 61453e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
2727

28+
- name: Set up tree-sitter
29+
uses: tree-sitter/setup-action/cli@v1
30+
with:
31+
tree-sitter-ref: latest
32+
2833
- name: Set up Crystal
2934
uses: crystal-lang/install-crystal@v1
3035
with:

0 commit comments

Comments
 (0)