Fix and update CI #18
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
- name: yamllint
|
- name: yamllint
|
||||||
image: python:3.9-alpine
|
image: python:3.9-alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install yamllint==1.25.0
|
- pip install yamllint==1.26.0
|
||||||
- yamllint -c .yamllint.yml .
|
- yamllint -c .yamllint.yml .
|
||||||
|
|
||||||
- name: ansible-lint
|
- name: ansible-lint
|
||||||
|
|
Loading…
Reference in a new issue