mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-01-31 12:45:46 +00:00
fix(ci): checkout before using local actions
This commit is contained in:
9
.github/actions/setup-dev/action.yml
vendored
9
.github/actions/setup-dev/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user