mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Add pre-commit hook for docker-compose linting
This commit is contained in:
parent
3b47b47692
commit
13a180736a
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ repos:
|
||||||
- id: terraform_fmt
|
- id: terraform_fmt
|
||||||
- id: terraform_validate_no_variables
|
- id: terraform_validate_no_variables
|
||||||
- id: terraform_docs
|
- id: terraform_docs
|
||||||
|
- repo: https://github.com/IamTheFij/docker-pre-commit
|
||||||
|
rev: v1.0.0
|
||||||
|
hooks:
|
||||||
|
- id: docker-compose-check
|
||||||
- repo: https://github.com/prettier/prettier
|
- repo: https://github.com/prettier/prettier
|
||||||
rev: 1.16.2
|
rev: 1.16.2
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in a new issue