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 b44e0d4 commit bfb0520Copy full SHA for bfb0520
.github/scripts/install_tsqueryls.sh
.github/workflows/ci.yaml
@@ -60,8 +60,7 @@ jobs:
60
run: tree-sitter build
61
62
- name: Set up ts_query_ls
63
- run: .github/scripts/install_tsqueryls.sh
+ run: curl -fL https://github.com/ribru17/ts_query_ls/releases/latest/download/ts_query_ls-x86_64-unknown-linux-gnu.tar.gz | tar -zxf
64
65
- name: Check queries
66
- run: .test-deps/ts_query_ls check -f queries/
67
-
+ run: ./ts_query_ls check -f queries/
0 commit comments