glci 0.7.0 (new formula) - #301488
Open
barzhomi wants to merge 1 commit into
Open
Conversation
stefanb
reviewed
Aug 31, 2026
Member
There was a problem hiding this comment.
Does it pass the notability check yet?
https://docs.brew.sh/Package-Acceptance-Policy#notability
EDIT: just now I saw the paragraph
Notability context: raw metrics are currently 29 forks / 41 stars, but the official GitLab.org gitlab-ci-skill (launched 2026-05-22) names glci the preferred local validation and execution tool over glab ci lint ("the workhorse" of the skill's verification ladder), which is documented public interest beyond the metrics.
stefanb
reviewed
Aug 31, 2026
stefanb
reviewed
Aug 31, 2026
GitLab Local CI: run GitLab CI/CD pipelines locally using Docker or Podman. Parses .gitlab-ci.yml offline to lint, list jobs and render pipeline graphs, and executes jobs in containers without pushing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Have you followed the guidelines for contributing?
Have you ensured that your commits follow the commit style guide?
Have you checked that there aren't other open pull requests for the same formula update/change?
Have you built your formula locally with
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?Is your test running fine
brew test <formula>?Does your build pass
brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?I did not use AI/LLM to create this PR, or I disclosed the tool/model below and reviewed its output; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.
AI-assisted contribution by Kilo (GLM, z.ai) of ~90% of the work. Validation steps (
brew install --build-from-source,brew test,brew audit --new --strictlocal and online,brew style,brew lgtm --online,brew livecheck) were run by AI; the formula content and submission decisions were reviewed and approved by me.Built and tested locally on macOS 26.6.2 running arm64.
Adds a new formula for glci 0.7.0, a Go CLI that runs GitLab CI/CD pipelines locally: it parses
.gitlab-ci.ymloffline for linting, job listing and pipeline rendering, and executes jobs in Docker or Podman containers without pushing to GitLab.Notability context: raw metrics are currently 29 forks / 41 stars, but the official GitLab.org
gitlab-ci-skill(launched 2026-05-22) names glci the preferred local validation and execution tool overglab ci lint("the workhorse" of the skill's verification ladder), which is documented public interest beyond the metrics.