mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-09-03 22:29:22 +00:00
feat: first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
- 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$
|
||||
Reference in New Issue
Block a user