Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/lint.md')
-rw-r--r--doc/ci/lint.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ci/lint.md b/doc/ci/lint.md
index cef71a68d72..ec3c128f076 100644
--- a/doc/ci/lint.md
+++ b/doc/ci/lint.md
@@ -1,10 +1,11 @@
---
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
+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/#assignments
---
-
-# CI Lint
+<!-- markdownlint-disable MD044 -->
+# Validate .gitlab-ci.yml syntax with the CI Lint tool
+<!-- markdownlint-enable MD044 -->
If you want to test the validity of your GitLab CI/CD configuration before committing
the changes, you can use the CI Lint tool. This tool checks for syntax and logical