Ian Fijolek f626253b23
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Fix regex to match a literal dot before extension
Also simplifies the optional a match a bit.

Fixes #15
2023-04-19 09:19:08 -07:00
2020-09-19 21:26:29 +00:00
2018-05-21 10:31:17 -07:00
2023-04-14 12:35:01 +01:00
2018-05-21 10:31:17 -07:00
2020-09-19 20:07:34 +00:00

docker-pre-commit

A set of pre-commit hooks for Docker services

Installation

Add the following to your .pre-commit-config.yaml file

  - repo: https://github.com/iamthefij/docker-pre-commit
    rev: master
    hooks:
      - id: docker-compose-check

and then run pre-commit autoupdate.

Hooks

docker-compose-check

Verifies that docker compose files are valid by using docker compose config to parse them.

Description
Pre-Commit hooks for validating Docker projects
Readme 57 KiB
Languages
Shell 63.6%
Makefile 36.4%