Skip to content

Commit 033bfd3

Browse files
committed
docs(#3088): CI runs make lintdoc to avoid muddying help-check with unnecessary build and possible Nvim lint failures
1 parent 7d277fe commit 033bfd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ jobs:
8282
mkdir -p "${DIR_NVIM_SRC}"
8383
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory "${DIR_NVIM_SRC}/.."
8484
cd "${DIR_NVIM_SRC}"
85-
make
85+
make lintdoc
8686
8787
- run: make help-check

0 commit comments

Comments
 (0)