aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-12-29 16:58:06 +0100
committerGitHub <noreply@github.com>2021-12-29 16:58:06 +0100
commite97c04c939d3380b0c734d5c1d464b9dc06a9e8f (patch)
tree1a761437bbad68dd21e0720ef524d41334acce5c /.github/workflows
parentfix(arduino_language_server): install clangd, also add docs on how to work wi... (diff)
downloadmason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.gz
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.bz2
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.lz
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.xz
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.tar.zst
mason-e97c04c939d3380b0c734d5c1d464b9dc06a9e8f.zip
feat(ui): display interactive server settings schema table (#363)
Diffstat (limited to '.github/workflows')
-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