Skip to content

Commit bfb0520

Browse files
committed
fixup: noscript
1 parent b44e0d4 commit bfb0520

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/scripts/install_tsqueryls.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
run: tree-sitter build
6161

6262
- name: Set up ts_query_ls
63-
run: .github/scripts/install_tsqueryls.sh
63+
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
6464

6565
- name: Check queries
66-
run: .test-deps/ts_query_ls check -f queries/
67-
66+
run: ./ts_query_ls check -f queries/

0 commit comments

Comments
 (0)