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

show.html.haml « lints « ci « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b48e69c2c23f6a8ea31eb190933148fd358c854c (plain)
1
2
3
4
5
6
- page_title _("CI Lint")
- page_description _("Validate your GitLab CI configuration file")

%h4.pt-3.pb-3= _("Validate your GitLab CI configuration")

#js-ci-lint{ data: { endpoint: project_ci_lint_path(@project), pipeline_simulation_help_page_path: help_page_path('ci/lint', anchor: 'simulate-a-pipeline') , lint_help_page_path: help_page_path('ci/lint', anchor: 'check-cicd-syntax') } }