glab ci lint

Checks if your .gitlab-ci.yml file is valid.

glab ci lint [flags]

Examples

# Uses .gitlab-ci.yml in the current directory
$ glab ci lint
$ glab ci lint .gitlab-ci.yml
$ glab ci lint path/to/.gitlab-ci.yml

Options

      --dry-run        Run pipeline creation simulation.
      --include-jobs   Response includes the list of jobs that would exist in a static check or pipeline simulation.
      --ref string     When 'dry-run' is true, sets the branch or tag context for validating the CI/CD YAML configuration.

Options inherited from parent commands

  -h, --help              Show help for this command.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.