This commit is contained in:
parent
67bf784250
commit
7b66dfb351
1 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,7 @@ pipeline:
|
|||
commands:
|
||||
- poetry install
|
||||
- poetry run pytest -vvv
|
||||
pylint:
|
||||
image: cytopia/pylint
|
||||
commands:
|
||||
- find . -type f -name "*.py" | xargs pylint
|
||||
|
|
Loading…
Reference in a new issue