aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Jakobi <mrcjkb89@outlook.com>2023-01-06 23:58:19 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2023-01-08 18:59:12 +0100
commit2df0fbdadd947cd2995566a0117b8802a9ba74f4 (patch)
tree438a2056daebdd70c4058d35b5e30a7bed5f1143 /Makefile
parentdocs: fix typo (#2382) (diff)
downloadnvim-lspconfig-2df0fbdadd947cd2995566a0117b8802a9ba74f4.tar
nvim-lspconfig-2df0fbdadd947cd2995566a0117b8802a9ba74f4.tar.gz
nvim-lspconfig-2df0fbdadd947cd2995566a0117b8802a9ba74f4.tar.bz2
nvim-lspconfig-2df0fbdadd947cd2995566a0117b8802a9ba74f4.tar.lz
nvim-lspconfig-2df0fbdadd947cd2995566a0117b8802a9ba74f4.tar.xz
nvim-lspconfig-2df0fbdadd947cd2995566a0117b8802a9ba74f4.tar.zst
nvim-lspconfig-2df0fbdadd947cd2995566a0117b8802a9ba74f4.zip
ci: add luarocks upload release workflowv0.1.5
The recently added rockspec (see #2307) has to be prepared and uploaded to luarocks for each release. This adds an automated workflow for it, which has been tested with plenary.nvim. To be able to upload to luarocks, the owner of the luarocks account will have to add an API key named `LUAROCKS_API_KEY` to this repo's GitHub Actions secrets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 15aa212c..ef3c391e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,9 @@ lint:
stylua --check .
.PHONY: test lint
+
+luarocks_upload:
+ bash ./scripts/luarocks-upload.sh
+
+test_luarocks_install:
+ bash ./scripts/test-luarocks-install.sh