homepage/.pre-commit-config.yaml
surtur a8ac5aa872
All checks were successful
continuous-integration/drone/push Build is passing
pre-commit: check compose file
2022-07-02 17:18:27 +02:00

16 lines
449 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
exclude: .drone.yml # drone's yaml is somewhat strange sometimes
- repo: local
hooks:
- id: check-compose-file
name: check compose file
language: system
entry: docker-compose -f docker-compose.yml config
pass_filenames: false