Skip to content

Commit fa7ebc2

Browse files
committed
ci: document checks and fixes
1 parent 828bbc8 commit fa7ebc2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ jobs:
6262
mkdir -p luals
6363
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
6464
65-
- name: language server
65+
- name: check
6666
run: |
6767
VIMRUNTIME=/home/runner/nvim-${NVIM_VERSION}/share/nvim/runtime PATH="luals/bin:${PATH}" make check
68-
69-
- name: help
70-
run: |
7168
make help-check

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can install them via you OS package manager e.g. `pacman`, `brew` or other v
1818

1919
# Quality
2020

21-
The following quality checks are mandatory and are performed during CI. They run on the entire `lua` directory` return 1 on any failure.
21+
The following quality checks are mandatory and are performed during CI. They run on the entire `lua` directory and return 1 on any failure.
2222

2323
You can run them all via `make` or `make all`
2424

0 commit comments

Comments
 (0)