Use ansible-lint
This commit is contained in:
parent
803ca78cba
commit
5ca9509fce
|
|
@ -17,13 +17,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
- name: ansible-lint
|
||||||
path: {% raw %}"${{ github.repository }}"{% endraw %}
|
uses: ansible-community/ansible-lint-action@main
|
||||||
|
|
||||||
- name: molecule
|
|
||||||
uses: robertdebock/molecule-action@4.0.8
|
|
||||||
with:
|
|
||||||
command: lint
|
|
||||||
test:
|
test:
|
||||||
needs:
|
needs:
|
||||||
- lint
|
- lint
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue