scratch-cacerts/.pre-commit-config.yaml
leo 4a42222019
All checks were successful
continuous-integration/drone/push Build is passing
ci: add .drone.yml
hadolint: override severity of a warning
2023-05-16 16:57:09 +02:00

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