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 22da14e commit 58404d8Copy full SHA for 58404d8
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
git config --global core.longpaths true
40
git clone https://github.com/npm/cli examples/cli --single-branch --depth=1 --filter=blob:none
41
- name: Run tests
42
- uses: tree-sitter/parser-test-action@v2
+ uses: tree-sitter/parser-test-action@v3
43
with:
44
test-rust: true
45
test-node: true
0 commit comments