5 lines
110 B
YAML
5 lines
110 B
YAML
steps:
|
|
- name: Lint Dockerfile
|
|
image: hadolint/hadolint:latest-alpine
|
|
commands:
|
|
- hadolint Dockerfile
|