fix ci yapf command if no python files found
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
b463141be2
commit
63696f4652
@ -21,7 +21,7 @@ local PipelineLinting = {
|
||||
},
|
||||
commands: [
|
||||
'pip install -qq yapf',
|
||||
'yapf -dr ./',
|
||||
'[ ! -z "$(find . -type f -name *.py)" ] && yapf -rd ./',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ steps:
|
||||
image: python:3.9
|
||||
commands:
|
||||
- pip install -qq yapf
|
||||
- yapf -dr ./
|
||||
- "[ ! -z \"$(find . -type f -name *.py)\" ] && yapf -rd ./"
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
|
||||
@ -147,6 +147,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 96ac55954142ec076f21b329ef2c7b903f8393fc403efd4c79d1c43e88cf0914
|
||||
hmac: b400df05b04cd7e5710e06c31d6f157725de5cefde51e53298358c5ffcb637d6
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user