[cicd] add pylint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
SouthFox 2023-06-08 14:24:57 +08:00
parent 67bf784250
commit 7b66dfb351

View file

@ -4,3 +4,7 @@ pipeline:
commands:
- poetry install
- poetry run pytest -vvv
pylint:
image: cytopia/pylint
commands:
- find . -type f -name "*.py" | xargs pylint