👷 yaml-lint 1.25.0 -> 1.26.0

This commit is contained in:
otthorn 2021-02-16 03:31:26 +01:00
parent 37124b20cb
commit abcdf59824

View file

@ -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