diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ff0932b..822d015 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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