ci: document checks and fixes
This commit is contained in:
parent
828bbc8bc3
commit
fa7ebc229a
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|||||||
@ -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`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user