Merge pull request 'Add linting of the Dockerfile' (#6) from add-linting into master
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: #6
This commit is contained in:
raoul 2024-04-26 04:51:37 +00:00
commit caba80ad2b
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
steps:
- name: lint
image: hadolint/hadolint:latest-alpine
commands:
- "hadolint --failure-threshold error Dockerfile"
- name: build
image: docker
commands: