validate_ci_lint
Validate GitLab CI/CD YAML content for a project, enabling dry run simulation and job detail inclusion.
Instructions
Validate provided GitLab CI/CD YAML content for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or URL-encoded path | |
| content | Yes | GitLab CI/CD YAML content to validate | |
| dry_run | No | Run pipeline creation simulation | |
| include_jobs | No | Include jobs in the lint response | |
| ref | No | Branch or tag context for dry_run validation |