mirror of https://dev.ccchb.de/ccchb/ansible.git
run ansible lint in ci
This commit is contained in:
parent
a60f6eb0a2
commit
78a9b5db85
|
@ -0,0 +1,13 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
- event: push
|
||||||
|
branch: master
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: lint
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- apk update
|
||||||
|
- apk add ansible-lint
|
||||||
|
- ansible-lint
|
Loading…
Reference in New Issue