Skip to content

Commit

Permalink
Merge pull request #455 from eed3si9n/wip/tree-sitter
Browse files Browse the repository at this point in the history
Pin to tree-sitter 0.24.7
  • Loading branch information
eed3si9n authored Feb 1, 2025
2 parents 851f6a6 + 6c45808 commit d67fe3b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:

- name: Set up tree-sitter
uses: tree-sitter/setup-action/cli@v1
with:
tree-sitter-ref: v0.24.7

- name: Generate parser from scratch and test it
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Set up tree-sitter
uses: tree-sitter/setup-action/cli@v1
with:
tree-sitter-ref: v0.24.7

- name: Generate parser from scratch
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d67fe3b

Please sign in to comment.