mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-02-07 15:21:07 +01:00
23 lines
511 B
YAML
23 lines
511 B
YAML
---
|
|
repos:
|
|
- 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$
|
|
- repo: https://github.com/adrienverge/yamllint
|
|
rev: v1.33.0
|
|
hooks:
|
|
- id: yamllint
|
|
- repo: https://github.com/koalaman/shellcheck-precommit
|
|
rev: v0.9.0
|
|
hooks:
|
|
- id: shellcheck
|