add docker lint check
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-10-26 17:21:00 +02:00
parent 1f089236dc
commit 2081894c81
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -9,6 +9,11 @@ steps:
commands:
- go test -v
docker_lint:
image: pipelinecomponents/hadolint
commands:
- hadolint -t error Dockerfile
build:
image: *golang
volumes: *volumes