fix(ci): checkout before using local actions

This commit is contained in:
2025-09-12 18:30:03 +03:00
parent c8ba576b4e
commit 66f2aa1099
4 changed files with 30 additions and 17 deletions

View File

@@ -34,5 +34,10 @@ runs:
run: npm ci || { echo "❌ npm install failed" && npm install }
shell: bash
- name: Setup Tree-sitter Environment
uses: ./.github/actions/setup-treesitter
- name: Install Tree-sitter CLI
run: npm install -g tree-sitter-cli
shell: bash
- name: Generate Grammar
run: npm run generate
shell: bash