Skip to content

Commit 788560e

Browse files
Update name of LuaLS build task
We're not actually building LuaLS any more, so the old name was inaccurate
1 parent dc0de40 commit 788560e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
Build_LuaLS:
12+
Init_LuaLS:
1313
runs-on: ubuntu-latest
1414
outputs:
1515
luals_version: ${{ steps.get-luaLS-version.outputs.version }}
@@ -40,7 +40,7 @@ jobs:
4040
out-file-path: ./luals
4141

4242
Lint_LuaJit:
43-
needs: Build_LuaLS
43+
needs: Init_LuaLS
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
5959
./luals/bin/lua-language-server --check=./file-browser
6060
6161
Lint_Lua51:
62-
needs: Build_LuaLS
62+
needs: Init_LuaLS
6363
runs-on: ubuntu-latest
6464
steps:
6565
- uses: actions/checkout@v4
@@ -78,7 +78,7 @@ jobs:
7878
./luals/bin/lua-language-server --check=./file-browser
7979
8080
Lint_Lua52:
81-
needs: Build_LuaLS
81+
needs: Init_LuaLS
8282
runs-on: ubuntu-latest
8383
steps:
8484
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)