Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.17 KB

File metadata and controls

41 lines (32 loc) · 1.17 KB
title `glab ci lint`
stage Create
group Code Review
info To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

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.