Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "ci: add more lint"

Merged Christophe Chaudier requested to merge 33-ci-add-more-lint into main
All threads resolved!
+ 2
2
@@ -37,9 +37,11 @@ ansible-syntax-check:
# https://galaxy.ansible.com/docs/contributing/content_scoring.html
yamllint:
image: cytopia/yamllint:1.26
stage: lint
before_script:
- yamllint --version
script:
- ls **/*.yml
- yamllint -c .yamllint.yml . | tee yamllint.log
rules:
- if: '$CI_PIPELINE_SOURCE == "push"'
@@ -52,7 +54,6 @@ yamllint:
expire_in: 7 days
when: on_failure
galaxy-lint:
extends: ansible-lint
before_script:
@@ -69,4 +70,3 @@ galaxy-lint:
- ./ansible-lint.log
expire_in: 7 days
when: on_failure
Loading