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