diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index dd51221..65ae7d1 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -1,7 +1,4 @@ --- -kind: pipeline -type: docker -name: docker_build depends_on: - lint steps: diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 0fcfd5f..94ae16c 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