f
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build unknown status

This commit is contained in:
Michael Grote 2024-05-08 14:20:37 +02:00
parent 4ae1201777
commit fb9d6985a6

View file

@ -19,7 +19,7 @@ steps:
pylint:
image: wpengine/pylint:terraform-1.8.2
commands:
- pip install --no-cache-dir --break-system-packages -r requirements.txt
- pip install --no-cache-dir -r requirements.txt
- pylint app.py
when:
- event: [push, pull_request]