docker-template/.woodpecker/.lint.yaml
Aaron Riedel ea67ca94b5
Some checks failed
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/manual/build Pipeline failed
ci/woodpecker/manual/test unknown status
initial commit
2024-10-21 22:23:42 +02:00

7 lines
145 B
YAML

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