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 fb08b3b commit 296aeeeCopy full SHA for 296aeee
1 file changed
.github/workflows/ci.yml
@@ -72,6 +72,9 @@ jobs:
72
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
73
echo "luals/bin" >> "$GITHUB_PATH"
74
75
+ - name: install luarocks
76
+ uses: leafo/gh-actions-luarocks@v6
77
+
78
- name: install emmyluacodestyle ${{ matrix.emmyluacodestyle_version }}
79
run: luarocks install emmyluacodestyle ${{ matrix.emmyluacodestyle_version }}
80
0 commit comments