Skip to content

Commit c2b08fd

Browse files
committed
docs(#2934): add lintdoc.sh to CI
1 parent b39bb2b commit c2b08fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@ jobs:
7171
curl -L "https://github.com/LuaLS/lua-language-server/releases/download/${{ matrix.luals_version }}/lua-language-server-${{ matrix.luals_version }}-linux-x64.tar.gz" | tar zx --directory luals
7272
echo "luals/bin" >> "$GITHUB_PATH"
7373
74-
- name: get Nvim source
74+
- name: build Nvim from source
7575
run: |
7676
mkdir -p src
7777
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory src
78+
cd src/${{ matrix.nvim_version }}
79+
make
7880
7981
- run: make check
8082

0 commit comments

Comments
 (0)