This commit is contained in:
parent
b81c954a1e
commit
343d94d59d
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yaml
Normal file
8
.woodpecker.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
steps:
|
||||
- name: ansible-lint
|
||||
image: debian
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y ansible-lint
|
||||
- cd ansible/
|
||||
- ansible-lint
|
Loading…
Reference in a new issue