Ian Fijolek
03406f4105
All checks were successful
continuous-integration/drone/push Build is passing
18 lines
438 B
YAML
18 lines
438 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.4.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-merge-conflict
|
|
- repo: https://github.com/IamTheFij/docker-pre-commit
|
|
rev: v2.0.0
|
|
hooks:
|
|
- id: docker-compose-check
|
|
- repo: https://github.com/hadolint/hadolint
|
|
rev: v2.4.0
|
|
hooks:
|
|
- id: hadolint
|