Skip to content
Snippets Groups Projects

Add basic linting

Merged Erick Hitter requested to merge fix/1-hadolint into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 5
0
lint_dockerfile:
stage: test
image: hadolint/hadolint:latest-debian
script:
- find . -name "Dockerfile" -execdir hadolint {} \;
Loading