We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44e0d4 commit 4bc3e87Copy full SHA for 4bc3e87
3 files changed
.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 -xz
64
65
- name: Check queries
66
- run: .test-deps/ts_query_ls check -f queries/
67
-
+ run: ./ts_query_ls check -f queries/
.gitignore
@@ -46,6 +46,3 @@ zig-out/
46
*.tar.gz
47
*.tgz
48
*.zip
49
50
-# Test dependencies
51
-.test-deps/
0 commit comments