mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-22 11:43:11 +00:00
More Woodpecker-CI CI-ing
This commit is contained in:
parent
c52d7d04aa
commit
f55052804b
1 changed files with 7 additions and 0 deletions
|
@ -7,3 +7,10 @@ pipeline:
|
|||
galaxy: requirements.yml
|
||||
inventory: tests/inventories/integration_testing/inventory
|
||||
syntax_check: true
|
||||
|
||||
lint:
|
||||
image: python:3
|
||||
commands:
|
||||
- pip3 install ansible yamllint==1.27.1 ansible-lint==6.5
|
||||
- ansible-lint nas.yml
|
||||
- yamllint .
|
||||
|
|
Loading…
Reference in a new issue