Compare commits

..

No commits in common. "3ee2cb2b2a3821ba4efc83f9b0c694e7a999825c" and "48f9e4f6065b918c5edda1cbdf00e8a5aa8e933b" have entirely different histories.

View file

@ -10,6 +10,14 @@ steps:
- name: lint_docker_compose - name: lint_docker_compose
image: python:3.8-slim-bullseye image: python:3.8-slim-bullseye
commands: commands:
- "pip3 install yamllint"
- "yamllint --version"
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./*.yml'
- name: python3.8
image: python:3.8-slim-bullseye
commands:
- "python3 --version"
- "pip3 install yamllint" - "pip3 install yamllint"
- "yamllint --version" - "yamllint --version"
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .' - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .'
@ -36,7 +44,7 @@ steps:
commands: commands:
- "pip3 install yamllint" - "pip3 install yamllint"
- "yamllint --version" - "yamllint --version"
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" arrs/*.yml' - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./arr/*.yml'
when: when:
condition: condition:
- change_match: - change_match:
@ -48,7 +56,7 @@ steps:
commands: commands:
- "pip3 install yamllint" - "pip3 install yamllint"
- "yamllint --version" - "yamllint --version"
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" downloaders/*.yml' - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./downloaders/*.yml'
when: when:
condition: condition:
- change_match: - change_match: