diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/makefile.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 9d2b733..f7dc5fc 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -40,5 +40,10 @@ jobs: run: | git clone https://github.com/nvim-lua/plenary.nvim.git ../plenary.nvim + - name: Install nvim-treesitter (pinned) + run: | + git clone https://github.com/nvim-treesitter/nvim-treesitter.git ../nvim-treesitter + git -C ../nvim-treesitter checkout 2ba5ec184609a96b513bf4c53a20512d64e27f39 + - name: Run pr_ready run: make pr_ready |
