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

7 lines
145 B
YAML

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