Commit 8abd8f7b authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: remove yamllint for woodpecker for now

parent a794da2d
Loading
Loading
Loading
Loading
Loading

.woodpecker/yamllint.yml

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
---
when:
  - event: "push"
    branch: "main"
  - event: "manual"

depends_on:
  - "gitleaks"

steps:
  - name: "yamllint"
    # renovate: datasource=docker depName=registry.gitlab.com/pipeline-components/yamllint
    image: "cr.simoncor.net/dockerhub/pipeline-components/yamllint:0.35.0"
    commands:
      - "yamllint -c .yamllint ."