Pre-Commit hooks for validating Docker projects
Ian Fijolek
d0670c0c9f
Some checks failed
continuous-integration/drone/push Build is failing
This makes improved builds speeds much faster since it supports wheels out of the box |
||
---|---|---|
tests | ||
.drone.yml | ||
.gitignore | ||
.pre-commit-hooks.yaml | ||
compose-check.sh | ||
hooks.yaml | ||
LICENSE | ||
Makefile | ||
README.md |
docker-pre-commit
A set of pre-commit hooks for Docker services
Hooks
docker-compose-check
Verifies that docker-compose files are valid by using docker-compose config
to parse them.