Skip to content

Commit b25f852

Browse files
committed
chore: use luals for style check
1 parent 079e6b9 commit b25f852

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ jobs:
6161
6262
- run: echo "luals/bin" >> "$GITHUB_PATH"
6363

64-
- run: make style
64+
- name: make style
65+
env:
66+
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
67+
run: make style
6568

6669
- run: make style-doc
6770

0 commit comments

Comments
 (0)