summaryrefslogtreecommitdiff
path: root/doc/ci/lint.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/lint.md')
-rw-r--r--doc/ci/lint.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ci/lint.md b/doc/ci/lint.md
index 716a4218d97..cef71a68d72 100644
--- a/doc/ci/lint.md
+++ b/doc/ci/lint.md
@@ -1,3 +1,9 @@
+---
+stage: none
+group: unassigned
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
+---
+
# CI Lint
If you want to test the validity of your GitLab CI/CD configuration before committing
@@ -11,7 +17,8 @@ in your project and click **CI lint**.
## Validate basic logic and syntax
By default, the CI lint checks the syntax of your CI YAML configuration and also runs
-some basic logical validations.
+some basic logical validations. Configuration added with the [`includes` keyword](yaml/README.md#include),
+is also validated.
To use the CI lint, paste a complete CI configuration (`.gitlab-ci.yml` for example)
into the text box and click **Validate**: