Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Matt Reeves 2024-02-16 03:03:51 +00:00
parent 0633fa2fd4
commit d23d40e67e

View file

@ -14,7 +14,7 @@ steps:
- "python3 --version"
- "pip3 install yamllint"
- "yamllint --version"
- "yamllint ."
- "yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ."
- name: python3.9
image: python:3.9-slim-bullseye