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
|
||||
run: |
|
||||
pip install -e .
|
||||
- name: Install Tree-sitter CLI
|
||||
run: |
|
||||
npm install -g tree-sitter-cli
|
||||
- name: Install Tree-sitter parsers
|
||||
run: |
|
||||
tree-sitter install python javascript typescript go rust
|
||||
|
||||
Reference in New Issue
Block a user