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 788560e commit d65bb3fCopy full SHA for d65bb3f
.github/workflows/lint.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/cache@v4
51
id: cache
52
with:
53
- key: ${{ needs.Build_LuaLS.outputs.luals_version }}
+ key: ${{ needs.Init_LuaLS.outputs.luals_version }}
54
path: ./luals
55
- name: Run LuaLS
56
run: |
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
94
0 commit comments