diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b2f2f1..eb7725f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,8 @@ repos: - id: go-imports # - id: gometalinter # - id: golangci-lint + - repo: https://github.com/IamTheFij/docker-pre-commit + rev: v2.0.0 + hooks: + - id: docker-compose-check + - id: hadolint