Skip to content
Snippets Groups Projects
Verified Commit 0c7db5f7 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

added role-test.yaml

parents
No related branches found
No related tags found
No related merge requests found
stages:
- test
editorconfig:
stage: test
image:
name: odannyc/eclint
entrypoint: [""]
allow_failure: true
script:
- eclint check $(git ls-files)
ansible-lint:
stage: test
image: registry.kszk.bme.hu/baseimg/ansible
script:
- ansible-lint .
yaml-lint:
stage: test
image: sdesbure/yamllint
allow_failure: true
script:
- yamllint .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment