Add linting of the Dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Raoul Snyman 2024-04-25 21:46:17 -07:00
parent 7f0f7aa552
commit 4bb83824ff

View File

@ -1,4 +1,8 @@
steps:
- name: lint
image: hadolint/hadolint
commands:
- "hadolint Dockerfile"
- name: build
image: docker
commands: