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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
391 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
2022-04-04 11:22:00 +05:30
#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') } }