Skip to content

Commit 4be6efc

Browse files
committed
docs(#2934): move Nvim build and help-check to the end for faster turnaround
1 parent f0490bc commit 4be6efc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ 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+
- run: make check
75+
76+
- run: make style
77+
78+
- run: make style-doc
79+
7480
- name: build Nvim from source
7581
run: |
7682
mkdir -p src
7783
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory src
7884
cd "${NVIM_SRC}"
7985
make
8086
81-
- run: make check
82-
8387
- run: make help-check
84-
85-
- run: make style
86-
87-
- run: make style-doc

0 commit comments

Comments
 (0)