From b65d6e2e48adca0315f48366551ce6b639ef0bb1 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 07:13:51 +0000 Subject: [PATCH] Fix CI workflow: Add tree-sitter CLI installation and fix linting errors --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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