pre-commit: check compose file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c99432ea52
commit
a8ac5aa872
@ -6,3 +6,10 @@ repos:
|
|||||||
- id: check-toml
|
- id: check-toml
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
exclude: .drone.yml # drone's yaml is somewhat strange sometimes
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user