docker-template/.woodpecker/.lint.yaml
Aaron Riedel 8f79544b06
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/deploy unknown status
initial commit
2024-11-05 20:27:41 +01:00

7 lines
145 B
YAML

labels:
backend: docker
steps:
- name: Lint Dockerfile
image: hadolint/hadolint:latest-alpine
commands:
- hadolint -t error Dockerfile