add pylint #15

Merged
mg merged 7 commits from ci into master 2024-05-08 14:49:20 +02:00
Showing only changes of commit 4ae1201777 - Show all commits

View file

@ -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]