diff options
| author | Michael Grote | 2024-01-24 19:58:15 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-01-24 19:58:15 +0100 |
| commit | 8ff0fe76923452b9e2831f61707e1333aa455d1c (patch) | |
| tree | 6407c775d2154f478853996d6e1885368dff1e8f /.woodpecker/lint.yml | |
| parent | 9f1b2c1807f0925cfc4456c25b2faf6cd32bbfdd (diff) | |
fix woodpecker warnings
Diffstat (limited to '.woodpecker/lint.yml')
| -rw-r--r-- | .woodpecker/lint.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index db52cef..3aefe4b 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -1,7 +1,4 @@ --- -kind: pipeline -type: docker -name: linting steps: gitleaks: image: zricethezav/gitleaks:latest |