Merge branch 'main' into renovate/lscr.io-linuxserver-sabnzbd
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Matt Reeves 2024-02-29 03:05:14 +00:00
commit 3ee2cb2b2a

View file

@ -10,14 +10,6 @@ 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}}}" .'
@ -44,7 +36,7 @@ steps:
commands: commands:
- "pip3 install yamllint" - "pip3 install yamllint"
- "yamllint --version" - "yamllint --version"
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./arr/*.yml' - 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" arrs/*.yml'
when: when:
condition: condition:
- change_match: - change_match:
@ -56,7 +48,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: