You've already forked ansible-role-common
17
.woodpecker/.1.test.yml
Normal file
17
.woodpecker/.1.test.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user