cli/docs/source/ci/lint.md

1.2 KiB

stage group info
Create Code Review To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments

glab ci lint

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

glab ci lint [flags]

Examples

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

$ glab ci lint .gitlab-ci.yml

$ glab ci lint path/to/.gitlab-ci.yml

Options

      --dry-run        Run pipeline creation simulation.
      --include-jobs   The response should include 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

      --help              Show help for command
  -R, --repo OWNER/REPO   Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL