Files
gp4/.github/workflows/treesitter.yaml
T
Will Hawkins a7faa762c2 Add Reusable Workflows (7)
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
2026-01-19 14:46:06 -05:00

16 lines
330 B
YAML

on: [workflow_call]
name: Install Treesitter
jobs:
install-treesitter:
name: Install Treesitter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
- uses: tree-sitter/setup-action@v2
with:
install-cli: true
- run: tree-sitter generate