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 5bdf47c3dc - Show all commits

View file

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