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

This commit is contained in:
Raoul Snyman 2024-04-25 21:46:17 -07:00
parent 7f0f7aa552
commit 4bb83824ff
1 changed files with 4 additions and 0 deletions

View File

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