ci: document checks and fixes

This commit is contained in:
Alexander Courtis 2023-12-31 17:37:08 +11:00
parent 828bbc8bc3
commit fa7ebc229a
2 changed files with 2 additions and 5 deletions

View File

@ -62,10 +62,7 @@ jobs:
mkdir -p luals mkdir -p luals
curl -L "https://github.com/LuaLS/lua-language-server/releases/download/${LUALS_VERSION}/lua-language-server-${LUALS_VERSION}-linux-x64.tar.gz" | tar zx --directory luals curl -L "https://github.com/LuaLS/lua-language-server/releases/download/${LUALS_VERSION}/lua-language-server-${LUALS_VERSION}-linux-x64.tar.gz" | tar zx --directory luals
- name: language server - name: check
run: | run: |
VIMRUNTIME=/home/runner/nvim-${NVIM_VERSION}/share/nvim/runtime PATH="luals/bin:${PATH}" make check VIMRUNTIME=/home/runner/nvim-${NVIM_VERSION}/share/nvim/runtime PATH="luals/bin:${PATH}" make check
- name: help
run: |
make help-check make help-check

View File

@ -18,7 +18,7 @@ You can install them via you OS package manager e.g. `pacman`, `brew` or other v
# Quality # Quality
The following quality checks are mandatory and are performed during CI. They run on the entire `lua` directory` return 1 on any failure. The following quality checks are mandatory and are performed during CI. They run on the entire `lua` directory and return 1 on any failure.
You can run them all via `make` or `make all` You can run them all via `make` or `make all`