7 lines
145 B
YAML
7 lines
145 B
YAML
labels:
|
|
backend: docker
|
|
steps:
|
|
- name: Lint Dockerfile
|
|
image: hadolint/hadolint:latest-alpine
|
|
commands:
|
|
- hadolint -t error Dockerfile
|