Fix CI workflow: Add tree-sitter CLI installation and fix linting errors
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -21,6 +21,9 @@ jobs:
|
|||||||
- name: Install VibeGuard
|
- name: Install VibeGuard
|
||||||
run: |
|
run: |
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
- name: Install Tree-sitter CLI
|
||||||
|
run: |
|
||||||
|
npm install -g tree-sitter-cli
|
||||||
- name: Install Tree-sitter parsers
|
- name: Install Tree-sitter parsers
|
||||||
run: |
|
run: |
|
||||||
tree-sitter install python javascript typescript go rust
|
tree-sitter install python javascript typescript go rust
|
||||||
|
|||||||
Reference in New Issue
Block a user