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