mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-12-26 01:12:23 +00:00
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`
|
# Be nice to new contributors, but please use `tox`
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
# Ansible linter
|
||||||
|
ansible-linter:
|
||||||
|
stage: quality-assurance
|
||||||
|
image: otthorn/nk20_ci_ansiblelint
|
||||||
|
script: ansible-lint ansible/
|
||||||
|
|
||||||
# Compile documentation
|
# Compile documentation
|
||||||
documentation:
|
documentation:
|
||||||
stage: docs
|
stage: docs
|
||||||
|
Loading…
Reference in New Issue
Block a user