File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5050 matrix :
5151 nvim_version : [ stable, nightly ]
5252 luals_version : [ 3.15.0 ]
53+ emmyluacodestyle_version : [ 1.5.7 ]
5354
5455 env :
5556 VIMRUNTIME : /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
7172 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
7273 echo "luals/bin" >> "$GITHUB_PATH"
7374
75+ - name : install emmyluacodestyle ${{ matrix.emmyluacodestyle_version }}
76+ run : luarocks install emmyluacodestyle ${{ matrix.emmyluacodestyle_version }}
77+
7478 - run : make check
7579
7680 - run : make style
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ format-fix:
3232
3333format-check :
3434 CodeFormat format --config .editorconfig --workspace lua
35- git diff --exit-code lua
35+ git diff --exit-code lua || printf " \n\nPlease run: make format-fix\n "
3636
3737#
3838# utility
You can’t perform that action at this time.
0 commit comments