Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
0633fa2fd4
commit
d23d40e67e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ steps:
|
||||||
- "python3 --version"
|
- "python3 --version"
|
||||||
- "pip3 install yamllint"
|
- "pip3 install yamllint"
|
||||||
- "yamllint --version"
|
- "yamllint --version"
|
||||||
- "yamllint ."
|
- "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
|
||||||
|
|
Reference in a new issue