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