debian-mirror-gitlab/app/views/projects/ci/lints/show.html.haml

7 lines
405 B
Text
Raw Normal View History

2019-03-02 22:35:43 +05:30
- page_title _("CI Lint")
- page_description _("Validate your GitLab CI configuration file")
2018-05-09 12:01:36 +05:30
2021-03-08 18:12:59 +05:30
%h4.pt-3.pb-3= _("Validate your GitLab CI configuration")
2018-05-09 12:01:36 +05:30
2021-01-29 00:20:46 +05:30
#js-ci-lint{ data: { endpoint: project_ci_lint_path(@project), pipeline_simulation_help_page_path: help_page_path('ci/lint', anchor: 'pipeline-simulation') , lint_help_page_path: help_page_path('ci/lint', anchor: 'validate-basic-logic-and-syntax') } }