Skip to content
Snippets Groups Projects

Add basic linting

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