lint-pipeline component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/lint-pipeline@stable
inputs:
name: <value>
template: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| name | The name of the component to lint | string | |
| needs | The jobs that this job depends on. | [] | array |
| rules | The jobs that this job depends on. | [{"if":"$GITLAB_TOKEN == \"\"","when":"never"},{"if":"$CI_COMMIT_REF_PROTECTED == \"true\"","when":"on_success"}] | array |
| stage | The name of the stage. | lint | string |
| template | The path to the component template | string |