14 lines
314 B
YAML
14 lines
314 B
YAML
---
|
|
fail_fast: false
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.2.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-yaml
|
|
exclude: .drone.yml
|
|
- repo: https://git.dotya.ml/wanderer/hadolint-pre-commit
|
|
rev: v0.0.1
|
|
hooks:
|
|
- id: hadolint-container
|