mirror of
https://github.com/davestephens/ansible-nas
synced 2025-02-16 20:28:23 +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
|
galaxy: requirements.yml
|
||||||
inventory: tests/inventories/integration_testing/inventory
|
inventory: tests/inventories/integration_testing/inventory
|
||||||
syntax_check: true
|
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…
Add table
Reference in a new issue