aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
diff options
context:
space:
mode:
authorMichael Grote2024-05-08 14:19:47 +0200
committerMichael Grote2024-05-08 14:20:14 +0200
commit4ae120177754ff4ea5403247caf592ad36b01622 (patch)
treed6ba6b45a2d3249c999b3f4461584bb40faa1b90 /.woodpecker/lint.yml
parentd688b8fd77ee7b920b164c2ef4494294e9f2e393 (diff)
ff
Diffstat (limited to '.woodpecker/lint.yml')
-rw-r--r--.woodpecker/lint.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index 0b425d2..eb9c265 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -19,6 +19,7 @@ steps:
pylint:
image: wpengine/pylint:terraform-1.8.2
commands:
+ - pip install --no-cache-dir --break-system-packages -r requirements.txt
- pylint app.py
when:
- event: [push, pull_request]