1
0
Fork 0

ci: add linter and syntax check from project gci-tpl

This commit is contained in:
Christophe Chaudier 2021-10-07 10:03:27 +00:00
parent 669d3ebbfb
commit 02a3a964f3

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
---
# -*- coding: utf-8 -*-
# Doc: https://docs.gitlab.com/ce/ci/yaml/#include
include:
- project: 'froggit/ci/gci-tpl'
ref: 0.0.1
file:
- '/templates/stages.yml'
- '/templates/job/ansible/lint.yml'