Merge pull request 'Add linting of the Dockerfile' (#6) from add-linting into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #6
This commit is contained in:
commit
caba80ad2b
@ -1,4 +1,8 @@
|
||||
steps:
|
||||
- name: lint
|
||||
image: hadolint/hadolint:latest-alpine
|
||||
commands:
|
||||
- "hadolint --failure-threshold error Dockerfile"
|
||||
- name: build
|
||||
image: docker
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user