d
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:35:50 +02:00
parent 5bdf47c3dc
commit 0c0c0f72a5

View file

@ -19,7 +19,7 @@ steps:
pylint:
image: "registry.mgrote.net/allzweckcontainer:latest"
commands:
- pip3 install --no-cache-dir -r requirements.txt
- pip3 install --no-cache-dir --break-system-packages -r requirements.txt
- pylint app.py
when:
- event: [push, pull_request]