Some checks failed
Docker Build / docker (push) Failing after 2m23s
12 lines
263 B
YAML
12 lines
263 B
YAML
repos:
|
|
|
|
# --- Basic sanity checks ---
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-json
|
|
- id: detect-private-key
|