mirror of https://gitlab.crans.org/bde/nk20
Add ansible linting to the CI
This commit is contained in:
parent
b6c0f9758d
commit
08df5fcccd
|
@ -36,6 +36,12 @@ linters:
|
|||
# Be nice to new contributors, but please use `tox`
|
||||
allow_failure: true
|
||||
|
||||
# Ansible linter
|
||||
ansible-linter:
|
||||
stage: quality-assurance
|
||||
image: otthorn/nk20_ci_ansiblelint
|
||||
script: ansible-lint ansible/
|
||||
|
||||
# Compile documentation
|
||||
documentation:
|
||||
stage: docs
|
||||
|
|
Loading…
Reference in New Issue