Add linting of the Dockerfile #6

Merged
raoul merged 1 commits from add-linting into master 2024-04-26 04:51:38 +00:00

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: