Merge branch 'update-docker-compose-regex' of github.com:claha/docker-pre-commit into claha-update-docker-compose-regex
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2023-04-18 17:13:18 -07:00
commit 617b8880e4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
description: Checks that docker-compose files are valid
language: script
entry: compose-check.sh
files: docker-compose.y[a]{0,1}ml$
files: (docker-)?compose.y[a]{0,1}ml$
- id: hadolint
name: Lint Dockerfiles