This repository was archived by the owner on Mar 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 done
2929 echo "$HOME/.luarocks/bin" >> $GITHUB_PATH
3030
31+ - name : Export LuaRocks paths (Lua 5.4)
32+ run : |
33+ eval "$(luarocks --lua-version=5.4 path)"
34+ {
35+ echo "LUA_PATH=$LUA_PATH"
36+ echo "LUA_CPATH=$LUA_CPATH"
37+ } >> "$GITHUB_ENV"
38+
3139 - name : Install luacheck/stylua (Lua 5.4)
3240 run : |
3341 if command -v luarocks >/dev/null 2>&1; then
4048
4149 - name : Install gitleaks
4250 run : |
43- curl -sSfL https://raw.githubusercontent.com/gitleaks/gitleaks/master/scripts/ install.sh | bash -s -- -b /usr/local/bin
51+ curl -sSfL https://raw.githubusercontent.com/gitleaks/gitleaks/master/install.sh | bash -s -- -b /usr/local/bin
4452
4553 - name : Preflight (schemas + Lua syntax + deps)
4654 env :
You can’t perform that action at this time.
0 commit comments