Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ lua-format-check: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' before_script: - apk add --no-cache curl unzip - curl -fsSL -o /tmp/stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.4.1/stylua-linux-musl.zip" - curl -fsSL -o /tmp/stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.4.1/stylua-linux-x86_64-musl.zip" - unzip -o /tmp/stylua.zip -d /usr/local/bin - chmod +x /usr/local/bin/stylua - /usr/local/bin/stylua --version Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ lua-format-check: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' before_script: - apk add --no-cache curl unzip - curl -fsSL -o /tmp/stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.4.1/stylua-linux-musl.zip" - curl -fsSL -o /tmp/stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.4.1/stylua-linux-x86_64-musl.zip" - unzip -o /tmp/stylua.zip -d /usr/local/bin - chmod +x /usr/local/bin/stylua - /usr/local/bin/stylua --version Loading