add pylint #15
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ steps:
|
|||
pylint:
|
||||
image: wpengine/pylint:terraform-1.8.2
|
||||
commands:
|
||||
- pip install --no-cache-dir --break-system-packages -r requirements.txt
|
||||
- pylint app.py
|
||||
when:
|
||||
- event: [push, pull_request]
|
||||
|
|
Reference in a new issue