1
0
Fork 0

Merge branch '4-ci-add-ansible-lint-and-checks' into 'master'

Resolve "ci: add ansible lint and checks"

Closes #4

See merge request lydra/yunohost/ansible-yunohost!1
This commit is contained in:
Christophe Chaudier 2021-10-12 08:23:06 +00:00
commit 4d9d81f355

15
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,15 @@
---
# -*- 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'
# No playbook in this repo
ansible-syntax-check:
rules:
- when: never