Skip to content
Snippets Groups Projects
.gitlab-ci.yml 134 B
Newer Older
Simon Chabot's avatar
Simon Chabot committed
---
image: python:latest

include:
  - "templates/no-duplicated-ci-pipelines.yml"
  - "templates/lint/yamllint.yml"
Simon Chabot's avatar
Simon Chabot committed

stages:
  - lint