You've already forked ansible-role-common
17 lines
327 B
YAML
17 lines
327 B
YAML
steps:
|
|
ansible-lint:
|
|
group: test
|
|
name: "Lint: Ansible-lint"
|
|
image: guisea/ansible-molecule
|
|
commands:
|
|
- ansible-lint
|
|
when:
|
|
event: push
|
|
yamllint:
|
|
group: test
|
|
name: "Lint: Yamllint"
|
|
image: guisea/ansible-molecule
|
|
commands:
|
|
- yamllint .
|
|
when:
|
|
event: push |