mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Support docker hooks with args
This commit is contained in:
parent
58df7c06e1
commit
b7bd825e15
3 changed files with 23 additions and 3 deletions
|
|
@ -4,6 +4,12 @@
|
|||
language: docker
|
||||
files: \.txt$
|
||||
|
||||
- id: docker-hook-arg
|
||||
name: Docker test hook
|
||||
entry: echo -n
|
||||
language: docker
|
||||
files: \.txt$
|
||||
|
||||
- id: docker-hook-failing
|
||||
name: Docker test hook with nonzero exit code
|
||||
entry: bork
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue