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 7d277fe commit 033bfd3Copy full SHA for 033bfd3
1 file changed
.github/workflows/ci.yml
@@ -82,6 +82,6 @@ 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
+ make lintdoc
86
87
- run: make help-check
0 commit comments