docker-template/.woodpecker/.lint.yaml
Aaron Riedel ef347edac8
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-10-22 19:42:44 +02:00

7 lines
145 B
YAML

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