Fix regex to match a literal dot before extension
Also simplifies the optional a match a bit. Fixes #15
This commit is contained in:
parent
15a900b1bb
commit
f626253b23
@ -4,4 +4,4 @@
|
||||
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\.ya?ml$
|
||||
|
Loading…
Reference in New Issue
Block a user