mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 13:34:44 +01:00
12 lines
267 B
YAML
12 lines
267 B
YAML
- repo: local
|
|
hooks:
|
|
- id: lint-dockerfile
|
|
name: Lint Dockerfile
|
|
entry: make lint-dockerfile
|
|
language: system
|
|
files: \.yml$
|
|
- id: lint-yaml
|
|
name: Lint YAML
|
|
entry: make lint-yaml
|
|
language: system
|
|
files: \.yml$
|