aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/metadata-diff.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/metadata-diff.yml')
-rw-r--r--.github/workflows/metadata-diff.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/metadata-diff.yml b/.github/workflows/metadata-diff.yml
index f98b6c15..df395893 100644
--- a/.github/workflows/metadata-diff.yml
+++ b/.github/workflows/metadata-diff.yml
@@ -17,10 +17,11 @@ jobs:
with:
neovim: true
version: v0.6.0
- - name: Clone latest lspconfig
+ - name: Clone dependencies
run: |
mkdir -p ~/.local/share/nvim/site/pack/packer/start
git clone --depth 1 https://github.com/neovim/nvim-lspconfig ~/.local/share/nvim/site/pack/packer/start/nvim-lspconfig
+ git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/packer/start/plenary.nvim
- name: Run autogen_metadata.sh script
run: ./scripts/autogen_metadata.sh
- name: Ensure there are no diffs