Skip to content

Commit

Permalink
Merge branch '4-ci-add-ansible-lint-and-checks' into 'master'
Browse files Browse the repository at this point in the history
Resolve "ci: add ansible lint and checks"

Closes TheRojam#4

See merge request lydra/yunohost/ansible-yunohost!1
  • Loading branch information
cchaudier committed Oct 12, 2021
2 parents 669d3eb + 3033bd2 commit 4d9d81f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4d9d81f

Please sign in to comment.