16 |

gitlab-ci-linter

17 | 18 |

19 |

20 | Goodbye "yaml invalid" pipeline errors, and don't come back! 21 |
22 |

23 |

24 | This tool use the Gitlab API to validate your local .gitlab-ci.yml.
25 | It can be installed as a git pre-commit hook, preventing commit (and so push) of an invalid .gitlab-ci.yml.
26 |
27 | The tool itself does not lint anything: it uses the lint API of a Gitlab instance => it needs to be run somewhere with an access to the Gitlab instance where your project come from. 28 |
29 |

33 |

34 |