Skip to content
Snippets Groups Projects
Commit 1847ce3e authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'fix/1-hadolint' into 'master'

Add basic linting

Closes #1

See merge request !3
parents 007008cb 55e81057
No related branches found
No related tags found
1 merge request!3Add basic linting
Pipeline #508 passed with stage
in 1 minute and 26 seconds
lint_dockerfile:
stage: test
image: hadolint/hadolint:latest-debian
script:
- find . -name "Dockerfile" -execdir hadolint {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment