File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
workflow_dispatch :
10
10
11
11
jobs :
12
- Build_LuaLS :
12
+ Init_LuaLS :
13
13
runs-on : ubuntu-latest
14
14
outputs :
15
15
luals_version : ${{ steps.get-luaLS-version.outputs.version }}
40
40
out-file-path : ./luals
41
41
42
42
Lint_LuaJit :
43
- needs : Build_LuaLS
43
+ needs : Init_LuaLS
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- uses : actions/checkout@v4
59
59
./luals/bin/lua-language-server --check=./file-browser
60
60
61
61
Lint_Lua51 :
62
- needs : Build_LuaLS
62
+ needs : Init_LuaLS
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- uses : actions/checkout@v4
78
78
./luals/bin/lua-language-server --check=./file-browser
79
79
80
80
Lint_Lua52 :
81
- needs : Build_LuaLS
81
+ needs : Init_LuaLS
82
82
runs-on : ubuntu-latest
83
83
steps :
84
84
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments