docker-template/.woodpecker/.lint.yaml

8 lines
145 B
YAML
Raw Normal View History

2024-10-21 22:09:47 +02:00
labels:
backend: docker
steps:
- name: Lint Dockerfile
image: hadolint/hadolint:latest-alpine
commands:
- hadolint -t error Dockerfile