Fix CI workflow: Add tree-sitter CLI installation and fix linting errors
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-03 07:13:51 +00:00
parent a0adc7ba16
commit b65d6e2e48

View File

@@ -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