ci: install tree-sitter-cli

This commit is contained in:
Steven Arcangeli 2022-06-04 17:39:18 -07:00
parent 337e5be1e9
commit 142819d7f4

View file

@ -30,6 +30,10 @@ jobs:
run: |
bash ./.github/workflows/install_nvim.sh
- name: Install tree-sitter CLI
run: |
npm install -g tree-sitter-cli
- name: Ensure TS parsers installed
run: |
nvim --headless -c "TSInstallSync all" -c "q"