ci: add ${3rd}/luv/library

This commit is contained in:
Alexander Courtis
2023-12-30 17:24:42 +11:00
parent 4bd4717b39
commit 824d7e7260
4 changed files with 7 additions and 10 deletions

View File

@@ -3,6 +3,11 @@
# Performs a lua-language-server check on all files.
# luals-out/check.json will be produced on any issues, returning 1.
# Outputs only check.json to stdout, all other messages to stderr, to allow jq etc.
# $VIMRUNTIME specifies neovim runtime path, defaults to "/usr/share/nvim/runtime" if unset.
if [ -z "${VIMRUNTIME}" ]; then
export VIMRUNTIME="/usr/share/nvim/runtime"
fi
DIR_SRC="lua"
DIR_OUT="luals-out"