Update .drone.yml
This commit is contained in:
parent
d23d40e67e
commit
867b888f57
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ steps:
|
|||
- "python3 --version"
|
||||
- "pip3 install yamllint"
|
||||
- "yamllint --version"
|
||||
- "yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ."
|
||||
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .'
|
||||
|
||||
- name: python3.9
|
||||
image: python:3.9-slim-bullseye
|
||||
|
@ -30,4 +30,4 @@ steps:
|
|||
- "python3 --version"
|
||||
- "pip3 install yamllint"
|
||||
- "yamllint --version"
|
||||
- "yamllint ."
|
||||
- "yamllint ."
|
||||
|
|
Reference in a new issue