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 b25f852 commit 49f77c9Copy full SHA for 49f77c9
.github/workflows/ci.yml
@@ -36,6 +36,8 @@ jobs:
36
37
style:
38
runs-on: ubuntu-latest
39
+ env:
40
+ VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
41
42
concurrency:
43
group: ${{ github.workflow }}-${{ matrix.emmy_lua_code_style_version }}-${{ github.head_ref || github.ref_name }}
@@ -62,8 +64,6 @@ jobs:
62
64
- run: echo "luals/bin" >> "$GITHUB_PATH"
63
65
66
- name: make style
- env:
- VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
67
run: make style
68
69
- run: make style-doc
0 commit comments