Skip to content

Commit 49f77c9

Browse files
committed
chore: use luals for style check
1 parent b25f852 commit 49f77c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
style:
3838
runs-on: ubuntu-latest
39+
env:
40+
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
3941

4042
concurrency:
4143
group: ${{ github.workflow }}-${{ matrix.emmy_lua_code_style_version }}-${{ github.head_ref || github.ref_name }}
@@ -62,8 +64,6 @@ jobs:
6264
- run: echo "luals/bin" >> "$GITHUB_PATH"
6365

6466
- name: make style
65-
env:
66-
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
6767
run: make style
6868

6969
- run: make style-doc

0 commit comments

Comments
 (0)