We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2446b commit 664f83aCopy full SHA for 664f83a
1 file changed
.github/workflows/ci.yml
@@ -82,6 +82,7 @@ jobs:
82
mkdir -p "${DIR_NVIM_SRC}"
83
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory "${DIR_NVIM_SRC}/.."
84
cd "${DIR_NVIM_SRC}"
85
+ make doc
86
make lintdoc
87
88
- run: make help-check
0 commit comments