pre-commit: check compose file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-07-02 17:18:27 +02:00
parent c99432ea52
commit a8ac5aa872
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -6,3 +6,10 @@ repos:
- 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