Update .drone.yml

This commit is contained in:
Matt Reeves 2024-02-16 03:06:11 +00:00
parent d23d40e67e
commit 867b888f57

View file

@ -14,7 +14,7 @@ steps:
- "python3 --version" - "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}}}" .'
- name: python3.9 - name: python3.9
image: python:3.9-slim-bullseye image: python:3.9-slim-bullseye