New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@readystack/gitlab-ci-break-lint

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readystack/gitlab-ci-break-lint

Names the .gitlab-ci.yml lines your runner will reject after the next GitLab major upgrade

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

GitLab CI Break Lint

GitLab CI Break Lint

Names the .gitlab-ci.yml lines your runner will reject after the next GitLab major upgrade

Install

npx @readystack/gitlab-ci-break-lint file

Node 18+. The same 16 rules as the VS Code extension, from a terminal or CI.

Free

  • Lint the pipeline file you have open and get every retired keyword, GitHub Actions leftover and invalid job wiring with its line number and its replacement line.
  • --rules lists every rule

With a licence ($29 once)

  • Scan every pipeline file in the repository in one pass and export a dated Markdown upgrade report (file, line, keyword, replacement) to attach to the change ticket.
@readystack/gitlab-ci-break-lint --dir ./templates --report html --out report.html

A freelance DevOps engineer's hour runs about $100, and reading a repository's pipelines by hand against a removals list is most of a morning.

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "gitlab-ci-break-lint": { "command": "npx", "args": ["-y", "@readystack/gitlab-ci-break-lint", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence). The agent gets every finding with the line number.

Use in CI

- name: GitLab CI Break Lint
  run: npx -y @readystack/gitlab-ci-break-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/gitlab-ci-break-lint --dir /work --ci)

The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Keywords

gitlab

FAQs

Package last updated on 25 Sep 2026

Related posts