Update .drone.yml

This commit is contained in:
Matt Reeves 2024-02-16 03:10:10 +00:00
parent 867b888f57
commit 47ba3c2ee6

View file

@ -22,7 +22,7 @@ steps:
- "python3 --version"
- "pip3 install yamllint"
- "yamllint --version"
- "yamllint ."
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .'
- name: python3.10
image: python:3.10-slim-bullseye
@ -30,4 +30,4 @@ steps:
- "python3 --version"
- "pip3 install yamllint"
- "yamllint --version"
- "yamllint ."
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .'