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 f0490bc commit 4be6efcCopy full SHA for 4be6efc
.github/workflows/ci.yml
@@ -71,17 +71,17 @@ jobs:
71
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
72
echo "luals/bin" >> "$GITHUB_PATH"
73
74
+ - run: make check
75
+
76
+ - run: make style
77
78
+ - run: make style-doc
79
80
- name: build Nvim from source
81
run: |
82
mkdir -p src
83
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory src
84
cd "${NVIM_SRC}"
85
make
86
- - run: make check
-
87
- run: make help-check
- - run: make style
- - run: make style-doc
0 commit comments