mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
13 lines
267 B
YAML
13 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$
|